Html Css Color HEX #BB1133 Cardinal

📋 copy color: '#BB1133'

red 187 ◦ green 17 ◦ blue 51

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

Shades of Cardinal #BB1133

Tints of Cardinal #BB1133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

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

R = 73.33%
G = 6.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB1133 (or 0xBB1133) is known color: Cardinal. HEX triplet: BB, 11 and 33. RGB value is (187,17,51). Sum of RGB (Red+Green+Blue) = 187+17+51=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1133 is #44EECC. Grayscale: #474747. Windows color (decimal): -4517581 or 3346875. OLE color: 3346875.

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

Color convert

RGB 187 17 51 -
CMYK 0 0.91 0.73 0.27
HSL 348º 0.83% 0.4% -
HSV(B) 348º 0.91% 0.73% -
XYZ 21.29 11.2 4.17 -
YUV 71.71 116.32 210.24 -
System Red Green Blue C M Y K H S L
Decimal 187 17 51 0 0.91 0.73 0.27 348 0.83 0.4
Hex BB 11 33 0 5B 49 1B 15C 53 28
Octal 273 21 63 0 133 111 33 534 123 50
Binary 10111011 10001 110011 0 1011011 1001001 11011 101011100 1010011 101000

Color Harmonies of #BB1133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1133

Black with #BB1133

Text Example


Text Example

White with #BB1133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1133; }

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

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

background-color css

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

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

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

border-color css

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

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

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