Html Css Color HEX #BB2040 Cardinal

📋 copy color: '#BB2040'

red 187 ◦ green 32 ◦ blue 64

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

Shades of Cardinal #BB2040

Tints of Cardinal #BB2040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.61%

R = 66.08%
G = 11.31%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB2040 (or 0xBB2040) is known color: Cardinal. HEX triplet: BB, 20 and 40. RGB value is (187,32,64). Sum of RGB (Red+Green+Blue) = 187+32+64=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2040 is #44DFBF. Grayscale: #525252. Windows color (decimal): -4513728 or 4202683. OLE color: 4202683.

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

Color convert

RGB 187 32 64 -
CMYK 0 0.83 0.66 0.27
HSL 347.61º 0.71% 0.43% -
HSV(B) 347.61º 0.83% 0.73% -
XYZ 21.94 11.97 6 -
YUV 81.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 187 32 64 0 0.83 0.66 0.27 347.61 0.71 0.43
Hex BB 20 40 0 53 42 1B 15C 47 2B
Octal 273 40 100 0 123 102 33 534 107 53
Binary 10111011 100000 1000000 0 1010011 1000010 11011 101011100 1000111 101011

Color Harmonies of #BB2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2040

Black with #BB2040

Text Example


Text Example

White with #BB2040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2040; }

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

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

background-color css

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

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

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

border-color css

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

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

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