#BB402A

Color #BB402A Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #BB402A

Tints of Medium Carmine #BB402A

Color information

#BB402A (or 0xBB402A) is unknown color: approx Medium Carmine. HEX triplet: BB, 40 and 2A. RGB value is (187,64,42). Sum of RGB (Red+Green+Blue) = 187+64+42=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB402A is #44BFD5. Grayscale: #626262. Windows color (decimal): -4505558 or 2769083. OLE color: 2769083.

HSL color Cylindrical-coordinate representation of color #BB402A: hue angle of 9.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB402A is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1876442-
CMYK00.660.780.27
HSL9.1º63.32%44.9%-
HSV(B)9.1º77.54%73.33%-
XYZ22.7414.43.77-
YUV98.2796.25191.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.82%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 42 (16.80% from 255) = 14.33%
R=63.82%
G=21.84%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187644200.660.780.279.163.3244.9
HexBB402A0424E1B93f2d
Octal27310052010211633117755
Binary101110111000000101010010000101001110110111001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB402A; }

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

 H1.HeaderClassName
 {
   color: #BB402A;
 }
 .AnyTagClassName
 {
   color: #BB402A;
 }
</style>
background-color css

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

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

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

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

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

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