#b63e29

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

Shades of Medium Carmine #B63E29

Tints of Medium Carmine #B63E29

Color information

#B63E29 (or 0xB63E29) is unknown color: approx Medium Carmine. HEX triplet: B6, 3E and 29. RGB value is (182,62,41). Sum of RGB (Red+Green+Blue) = 182+62+41=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63E29 is #49C1D6. Grayscale: #5F5F5F. Windows color (decimal): -4833751 or 2703030. OLE color: 2703030.

HSL color Cylindrical-coordinate representation of color #B63E29: hue angle of 8.94º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B63E29 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1826241-
CMYK00.660.770.29
HSL8.94º63.23%43.73%-
HSV(B)8.94º77.47%71.37%-
XYZ21.4113.553.58-
YUV95.4997.26189.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.86%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 41 (16.41% from 255) = 14.39%
R=63.86%
G=21.75%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182624100.660.770.298.9463.2343.73
HexB63E290424D1D93f2c
Octal2667651010211535117754
Binary10110110111110101001010000101001101111011001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63e29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63e29; }

 p { color: rgb(182,62,41); }

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

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

 a { background-color: rgb(182,62,41); }

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

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

 span { border-color: rgb(182,62,41); }

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