#BB3E23

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

Shades of Medium Carmine #BB3E23

Tints of Medium Carmine #BB3E23

Color information

#BB3E23 (or 0xBB3E23) is unknown color: approx Medium Carmine. HEX triplet: BB, 3E and 23. RGB value is (187,62,35). Sum of RGB (Red+Green+Blue) = 187+62+35=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3E23 is #44C1DC. Grayscale: #606060. Windows color (decimal): -4506077 or 2309819. OLE color: 2309819.

HSL color Cylindrical-coordinate representation of color #BB3E23: hue angle of 10.66º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB3E23 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB1876235-
CMYK00.670.810.27
HSL10.66º68.47%43.53%-
HSV(B)10.66º81.28%73.33%-
XYZ22.5214.133.13-
YUV96.393.41192.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 65.85%
GREEN value IS 62 (24.61% from 255) = 21.83%
BLUE value IS 35 (14.06% from 255) = 12.32%
R=65.85%
G=21.83%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187623500.670.810.2710.6668.4743.53
HexBB3E23043511Bb442c
Octal27376430103121331310454
Binary101110111111101000110100001110100011101110111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3E23; }

 p { color: rgb(187,62,35); }

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

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

 a { background-color: rgb(187,62,35); }

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

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

 span { border-color: rgb(187,62,35); }

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