Html Css Color HEX #BF132C Cardinal

📋 copy color: '#BF132C'

red 191 ◦ green 19 ◦ blue 44

#BF132C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BF132C

Tints of Cardinal #BF132C

RGB

 RED value IS 191 (75% from 255) = 75.2%

 GREEN value IS 19 (7.81% from 255) = 7.48%

 BLUE value IS 44 (17.58% from 255) = 17.32%

R = 75.2%
G = 7.48%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF132C (or 0xBF132C) is known color: Cardinal. HEX triplet: BF, 13 and 2C. RGB value is (191,19,44). Sum of RGB (Red+Green+Blue) = 191+19+44=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF132C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF132C is #40ECD3. Grayscale: #494949. Windows color (decimal): -4254932 or 2888639. OLE color: 2888639.

HSL color Cylindrical-coordinate representation of color #BF132C: hue angle of 351.28º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF132C is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 44 -
CMYK 0 0.90 0.77 0.25
HSL 351.28º 0.82% 0.41% -
HSV(B) 351.28º 0.9% 0.75% -
XYZ 22.17 11.72 3.48 -
YUV 73.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 191 19 44 0 0.90 0.77 0.25 351.28 0.82 0.41
Hex BF 13 2C 0 5A 4D 19 15F 52 29
Octal 277 23 54 0 132 115 31 537 122 51
Binary 10111111 10011 101100 0 1011010 1001101 11001 101011111 1010010 101001

Color Harmonies of #BF132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF132C

Black with #BF132C

Text Example


Text Example

White with #BF132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF132C; }

 p { color: rgb(191,19,44); }

 H1.HeaderClassName
 {
   color: #BF132C;
 }
 .AnyTagClassName
 {
   color: #BF132C;
 }
</style>

background-color css

<style>
 a { background-color: #BF132C; }

 a { background-color: rgb(191,19,44); }

 div.DivClassName
 {
   background-color: #BF132C;
 }
 .BgClassName
 {
   background-color: #BF132C;
 }
</style>

border-color css

<style>
 span { border-color: #BF132C; }

 span { border-color: rgb(191,19,44); }

 td.TdClassName
 {
   border-color: #BF132C;
 }
 .TagClassName
 {
   border-color: #BF132C;
 }
</style>