Html Css Color HEX #BB0437 Cardinal

📋 copy color: '#BB0437'

red 187 ◦ green 4 ◦ blue 55

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

Shades of Cardinal #BB0437

Tints of Cardinal #BB0437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.36%

R = 76.02%
G = 1.63%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB0437 (or 0xBB0437) is known color: Cardinal. HEX triplet: BB, 04 and 37. RGB value is (187,4,55). Sum of RGB (Red+Green+Blue) = 187+4+55=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0437 is #44FBC8. Grayscale: #404040. Windows color (decimal): -4520905 or 3605691. OLE color: 3605691.

HSL color Cylindrical-coordinate representation of color #BB0437: hue angle of 343.28º 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 #BB0437 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 4 55 -
CMYK 0 0.98 0.71 0.27
HSL 343.28º 0.96% 0.37% -
HSV(B) 343.28º 0.98% 0.73% -
XYZ 21.23 10.93 4.6 -
YUV 64.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 187 4 55 0 0.98 0.71 0.27 343.28 0.96 0.37
Hex BB 4 37 0 62 47 1B 157 60 25
Octal 273 4 67 0 142 107 33 527 140 45
Binary 10111011 100 110111 0 1100010 1000111 11011 101010111 1100000 100101

Color Harmonies of #BB0437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0437

Black with #BB0437

Text Example


Text Example

White with #BB0437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0437; }

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

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

background-color css

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

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

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

border-color css

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

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

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