Html Css Color HEX #BB0837 Cardinal

📋 copy color: '#BB0837'

red 187 ◦ green 8 ◦ blue 55

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

Shades of Cardinal #BB0837

Tints of Cardinal #BB0837

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

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

R = 74.8%
G = 3.2%
B = 22%

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

#BB0837 (or 0xBB0837) is known color: Cardinal. HEX triplet: BB, 08 and 37. RGB value is (187,8,55). Sum of RGB (Red+Green+Blue) = 187+8+55=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0837 is #44F7C8. Grayscale: #424242. Windows color (decimal): -4519881 or 3606715. OLE color: 3606715.

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

Color convert

RGB 187 8 55 -
CMYK 0 0.96 0.71 0.27
HSL 344.25º 0.92% 0.38% -
HSV(B) 344.25º 0.96% 0.73% -
XYZ 21.27 11.01 4.62 -
YUV 66.88 121.3 213.68 -
System Red Green Blue C M Y K H S L
Decimal 187 8 55 0 0.96 0.71 0.27 344.25 0.92 0.38
Hex BB 8 37 0 60 47 1B 158 5C 26
Octal 273 10 67 0 140 107 33 530 134 46
Binary 10111011 1000 110111 0 1100000 1000111 11011 101011000 1011100 100110

Color Harmonies of #BB0837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0837

Black with #BB0837

Text Example


Text Example

White with #BB0837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0837; }

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

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

background-color css

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

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

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

border-color css

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

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

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