Html Css Color HEX #BB2033 Cardinal

📋 copy color: '#BB2033'

red 187 ◦ green 32 ◦ blue 51

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

Shades of Cardinal #BB2033

Tints of Cardinal #BB2033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.85%

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

R = 69.26%
G = 11.85%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB2033 (or 0xBB2033) is known color: Cardinal. HEX triplet: BB, 20 and 33. RGB value is (187,32,51). Sum of RGB (Red+Green+Blue) = 187+32+51=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2033 is #44DFCC. Grayscale: #505050. Windows color (decimal): -4513741 or 3350715. OLE color: 3350715.

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

Color convert

RGB 187 32 51 -
CMYK 0 0.83 0.73 0.27
HSL 352.65º 0.71% 0.43% -
HSV(B) 352.65º 0.83% 0.73% -
XYZ 21.61 11.84 4.28 -
YUV 80.51 111.35 203.96 -
System Red Green Blue C M Y K H S L
Decimal 187 32 51 0 0.83 0.73 0.27 352.65 0.71 0.43
Hex BB 20 33 0 53 49 1B 161 47 2B
Octal 273 40 63 0 123 111 33 541 107 53
Binary 10111011 100000 110011 0 1010011 1001001 11011 101100001 1000111 101011

Color Harmonies of #BB2033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2033

Black with #BB2033

Text Example


Text Example

White with #BB2033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2033; }

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

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

background-color css

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

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

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

border-color css

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

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

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