Html Css Color HEX #BB0937 Cardinal

📋 copy color: '#BB0937'

red 187 ◦ green 9 ◦ blue 55

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

Shades of Cardinal #BB0937

Tints of Cardinal #BB0937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.59%

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

R = 74.5%
G = 3.59%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB0937 (or 0xBB0937) is known color: Cardinal. HEX triplet: BB, 09 and 37. RGB value is (187,9,55). Sum of RGB (Red+Green+Blue) = 187+9+55=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0937 is #44F6C8. Grayscale: #434343. Windows color (decimal): -4519625 or 3606971. OLE color: 3606971.

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

Color convert

RGB 187 9 55 -
CMYK 0 0.95 0.71 0.27
HSL 344.49º 0.91% 0.38% -
HSV(B) 344.49º 0.95% 0.73% -
XYZ 21.28 11.04 4.62 -
YUV 67.47 120.97 213.26 -
System Red Green Blue C M Y K H S L
Decimal 187 9 55 0 0.95 0.71 0.27 344.49 0.91 0.38
Hex BB 9 37 0 5F 47 1B 158 5B 26
Octal 273 11 67 0 137 107 33 530 133 46
Binary 10111011 1001 110111 0 1011111 1000111 11011 101011000 1011011 100110

Color Harmonies of #BB0937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0937

Black with #BB0937

Text Example


Text Example

White with #BB0937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0937; }

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

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

background-color css

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

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

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

border-color css

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

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

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