Html Css Color HEX #BB0930 Cardinal

📋 copy color: '#BB0930'

red 187 ◦ green 9 ◦ blue 48

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

Shades of Cardinal #BB0930

Tints of Cardinal #BB0930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.67%

R = 76.64%
G = 3.69%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB0930 (or 0xBB0930) is known color: Cardinal. HEX triplet: BB, 09 and 30. RGB value is (187,9,48). Sum of RGB (Red+Green+Blue) = 187+9+48=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0930 is #44F6CF. Grayscale: #424242. Windows color (decimal): -4519632 or 3148219. OLE color: 3148219.

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

Color convert

RGB 187 9 48 -
CMYK 0 0.95 0.74 0.27
HSL 346.85º 0.91% 0.38% -
HSV(B) 346.85º 0.95% 0.73% -
XYZ 21.12 10.97 3.8 -
YUV 66.67 117.47 213.83 -
System Red Green Blue C M Y K H S L
Decimal 187 9 48 0 0.95 0.74 0.27 346.85 0.91 0.38
Hex BB 9 30 0 5F 4A 1B 15B 5B 26
Octal 273 11 60 0 137 112 33 533 133 46
Binary 10111011 1001 110000 0 1011111 1001010 11011 101011011 1011011 100110

Color Harmonies of #BB0930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0930

Black with #BB0930

Text Example


Text Example

White with #BB0930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0930; }

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

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

background-color css

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

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

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

border-color css

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

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

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