Html Css Color HEX #BB0431 Cardinal

📋 copy color: '#BB0431'

red 187 ◦ green 4 ◦ blue 49

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

Shades of Cardinal #BB0431

Tints of Cardinal #BB0431

RGB

 RED value IS 187 (73.44% from 255) = 77.92%

 GREEN value IS 4 (1.95% from 255) = 1.67%

 BLUE value IS 49 (19.53% from 255) = 20.42%

R = 77.92%
G = 1.67%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB0431 (or 0xBB0431) is known color: Cardinal. HEX triplet: BB, 04 and 31. RGB value is (187,4,49). Sum of RGB (Red+Green+Blue) = 187+4+49=240 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.92% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0431 is #44FBCE. Grayscale: #3F3F3F. Windows color (decimal): -4520911 or 3212475. OLE color: 3212475.

HSL color Cylindrical-coordinate representation of color #BB0431: hue angle of 345.25º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0431 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 4 49 -
CMYK 0 0.98 0.74 0.27
HSL 345.25º 0.96% 0.37% -
HSV(B) 345.25º 0.98% 0.73% -
XYZ 21.09 10.87 3.89 -
YUV 63.85 119.63 215.84 -
System Red Green Blue C M Y K H S L
Decimal 187 4 49 0 0.98 0.74 0.27 345.25 0.96 0.37
Hex BB 4 31 0 62 4A 1B 159 60 25
Octal 273 4 61 0 142 112 33 531 140 45
Binary 10111011 100 110001 0 1100010 1001010 11011 101011001 1100000 100101

Color Harmonies of #BB0431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0431

Black with #BB0431

Text Example


Text Example

White with #BB0431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0431; }

 p { color: rgb(187,4,49); }

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

background-color css

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

 a { background-color: rgb(187,4,49); }

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

border-color css

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

 span { border-color: rgb(187,4,49); }

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