Html Css Color HEX #BB0936 Cardinal

📋 copy color: '#BB0936'

red 187 ◦ green 9 ◦ blue 54

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

Shades of Cardinal #BB0936

Tints of Cardinal #BB0936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.6%

R = 74.8%
G = 3.6%
B = 21.6%

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

#BB0936 (or 0xBB0936) is known color: Cardinal. HEX triplet: BB, 09 and 36. RGB value is (187,9,54). Sum of RGB (Red+Green+Blue) = 187+9+54=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0936 is #44F6C9. Grayscale: #434343. Windows color (decimal): -4519626 or 3541435. OLE color: 3541435.

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

Color convert

RGB 187 9 54 -
CMYK 0 0.95 0.71 0.27
HSL 344.83º 0.91% 0.38% -
HSV(B) 344.83º 0.95% 0.73% -
XYZ 21.26 11.03 4.5 -
YUV 67.35 120.47 213.34 -
System Red Green Blue C M Y K H S L
Decimal 187 9 54 0 0.95 0.71 0.27 344.83 0.91 0.38
Hex BB 9 36 0 5F 47 1B 159 5B 26
Octal 273 11 66 0 137 107 33 531 133 46
Binary 10111011 1001 110110 0 1011111 1000111 11011 101011001 1011011 100110

Color Harmonies of #BB0936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0936

Black with #BB0936

Text Example


Text Example

White with #BB0936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0936; }

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

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

background-color css

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

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

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

border-color css

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

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

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