Html Css Color HEX #BB1049 Cardinal

📋 copy color: '#BB1049'

red 187 ◦ green 16 ◦ blue 73

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

Shades of Cardinal #BB1049

Tints of Cardinal #BB1049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

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

R = 67.75%
G = 5.8%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB1049 (or 0xBB1049) is known color: Cardinal. HEX triplet: BB, 10 and 49. RGB value is (187,16,73). Sum of RGB (Red+Green+Blue) = 187+16+73=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1049 is #44EFB6. Grayscale: #494949. Windows color (decimal): -4517815 or 4788411. OLE color: 4788411.

HSL color Cylindrical-coordinate representation of color #BB1049: hue angle of 340º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1049 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 73 -
CMYK 0 0.91 0.61 0.27
HSL 340º 0.84% 0.4% -
HSV(B) 340º 0.91% 0.73% -
XYZ 21.88 11.42 7.35 -
YUV 73.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 187 16 73 0 0.91 0.61 0.27 340 0.84 0.4
Hex BB 10 49 0 5B 3D 1B 154 54 28
Octal 273 20 111 0 133 75 33 524 124 50
Binary 10111011 10000 1001001 0 1011011 111101 11011 101010100 1010100 101000

Color Harmonies of #BB1049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1049

Black with #BB1049

Text Example


Text Example

White with #BB1049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1049; }

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

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

background-color css

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

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

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

border-color css

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

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

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