Html Css Color HEX #BB0932 Cardinal

📋 copy color: '#BB0932'

red 187 ◦ green 9 ◦ blue 50

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

Shades of Cardinal #BB0932

Tints of Cardinal #BB0932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.33%

R = 76.02%
G = 3.66%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB0932 (or 0xBB0932) is known color: Cardinal. HEX triplet: BB, 09 and 32. RGB value is (187,9,50). Sum of RGB (Red+Green+Blue) = 187+9+50=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0932 is #44F6CD. Grayscale: #424242. Windows color (decimal): -4519630 or 3279291. OLE color: 3279291.

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

Color convert

RGB 187 9 50 -
CMYK 0 0.95 0.73 0.27
HSL 346.18º 0.91% 0.38% -
HSV(B) 346.18º 0.95% 0.73% -
XYZ 21.17 10.99 4.02 -
YUV 66.9 118.47 213.67 -
System Red Green Blue C M Y K H S L
Decimal 187 9 50 0 0.95 0.73 0.27 346.18 0.91 0.38
Hex BB 9 32 0 5F 49 1B 15A 5B 26
Octal 273 11 62 0 137 111 33 532 133 46
Binary 10111011 1001 110010 0 1011111 1001001 11011 101011010 1011011 100110

Color Harmonies of #BB0932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0932

Black with #BB0932

Text Example


Text Example

White with #BB0932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0932; }

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

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

background-color css

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

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

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

border-color css

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

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

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