Html Css Color HEX #BB0737 Cardinal

📋 copy color: '#BB0737'

red 187 ◦ green 7 ◦ blue 55

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

Shades of Cardinal #BB0737

Tints of Cardinal #BB0737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.81%

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

R = 75.1%
G = 2.81%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB0737 (or 0xBB0737) is known color: Cardinal. HEX triplet: BB, 07 and 37. RGB value is (187,7,55). Sum of RGB (Red+Green+Blue) = 187+7+55=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0737 is #44F8C8. Grayscale: #424242. Windows color (decimal): -4520137 or 3606459. OLE color: 3606459.

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

Color convert

RGB 187 7 55 -
CMYK 0 0.96 0.71 0.27
HSL 344º 0.93% 0.38% -
HSV(B) 344º 0.96% 0.73% -
XYZ 21.26 10.99 4.62 -
YUV 66.29 121.63 214.1 -
System Red Green Blue C M Y K H S L
Decimal 187 7 55 0 0.96 0.71 0.27 344 0.93 0.38
Hex BB 7 37 0 60 47 1B 158 5D 26
Octal 273 7 67 0 140 107 33 530 135 46
Binary 10111011 111 110111 0 1100000 1000111 11011 101011000 1011101 100110

Color Harmonies of #BB0737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0737

Black with #BB0737

Text Example


Text Example

White with #BB0737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0737; }

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

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

background-color css

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

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

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

border-color css

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

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

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