Html Css Color HEX #BB0949 Cardinal

📋 copy color: '#BB0949'

red 187 ◦ green 9 ◦ blue 73

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

Shades of Cardinal #BB0949

Tints of Cardinal #BB0949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.14%

R = 69.52%
G = 3.35%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB0949 (or 0xBB0949) is known color: Cardinal. HEX triplet: BB, 09 and 49. RGB value is (187,9,73). Sum of RGB (Red+Green+Blue) = 187+9+73=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0949 is #44F6B6. Grayscale: #454545. Windows color (decimal): -4519607 or 4786619. OLE color: 4786619.

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

Color convert

RGB 187 9 73 -
CMYK 0 0.95 0.61 0.27
HSL 338.43º 0.91% 0.38% -
HSV(B) 338.43º 0.95% 0.73% -
XYZ 21.79 11.24 7.32 -
YUV 69.52 129.97 211.8 -
System Red Green Blue C M Y K H S L
Decimal 187 9 73 0 0.95 0.61 0.27 338.43 0.91 0.38
Hex BB 9 49 0 5F 3D 1B 152 5B 26
Octal 273 11 111 0 137 75 33 522 133 46
Binary 10111011 1001 1001001 0 1011111 111101 11011 101010010 1011011 100110

Color Harmonies of #BB0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0949

Black with #BB0949

Text Example


Text Example

White with #BB0949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0949; }

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

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

background-color css

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

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

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

border-color css

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

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

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