Html Css Color HEX #BB1533 Cardinal

📋 copy color: '#BB1533'

red 187 ◦ green 21 ◦ blue 51

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

Shades of Cardinal #BB1533

Tints of Cardinal #BB1533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

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

R = 72.2%
G = 8.11%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB1533 (or 0xBB1533) is known color: Cardinal. HEX triplet: BB, 15 and 33. RGB value is (187,21,51). Sum of RGB (Red+Green+Blue) = 187+21+51=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1533 is #44EACC. Grayscale: #4A4A4A. Windows color (decimal): -4516557 or 3347899. OLE color: 3347899.

HSL color Cylindrical-coordinate representation of color #BB1533: hue angle of 349.16º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1533 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 21 51 -
CMYK 0 0.89 0.73 0.27
HSL 349.16º 0.8% 0.41% -
HSV(B) 349.16º 0.89% 0.73% -
XYZ 21.36 11.34 4.2 -
YUV 74.05 115 208.56 -
System Red Green Blue C M Y K H S L
Decimal 187 21 51 0 0.89 0.73 0.27 349.16 0.8 0.41
Hex BB 15 33 0 59 49 1B 15D 50 29
Octal 273 25 63 0 131 111 33 535 120 51
Binary 10111011 10101 110011 0 1011001 1001001 11011 101011101 1010000 101001

Color Harmonies of #BB1533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1533

Black with #BB1533

Text Example


Text Example

White with #BB1533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1533; }

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

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

background-color css

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

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

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

border-color css

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

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

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