Html Css Color HEX #BB0933 Cardinal

📋 copy color: '#BB0933'

red 187 ◦ green 9 ◦ blue 51

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

Shades of Cardinal #BB0933

Tints of Cardinal #BB0933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.65%

R = 75.71%
G = 3.64%
B = 20.65%

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

#BB0933 (or 0xBB0933) is known color: Cardinal. HEX triplet: BB, 09 and 33. RGB value is (187,9,51). Sum of RGB (Red+Green+Blue) = 187+9+51=247 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.71% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0933 is #44F6CC. Grayscale: #434343. Windows color (decimal): -4519629 or 3344827. OLE color: 3344827.

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

Color convert

RGB 187 9 51 -
CMYK 0 0.95 0.73 0.27
HSL 345.84º 0.91% 0.38% -
HSV(B) 345.84º 0.95% 0.73% -
XYZ 21.19 11 4.14 -
YUV 67.01 118.97 213.58 -
System Red Green Blue C M Y K H S L
Decimal 187 9 51 0 0.95 0.73 0.27 345.84 0.91 0.38
Hex BB 9 33 0 5F 49 1B 15A 5B 26
Octal 273 11 63 0 137 111 33 532 133 46
Binary 10111011 1001 110011 0 1011111 1001001 11011 101011010 1011011 100110

Color Harmonies of #BB0933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0933

Black with #BB0933

Text Example


Text Example

White with #BB0933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0933; }

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

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

background-color css

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

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

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

border-color css

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

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

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