#B63629

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

Shades of Medium Carmine #B63629

Tints of Medium Carmine #B63629

Color information

#B63629 (or 0xB63629) is unknown color: approx Medium Carmine. HEX triplet: B6, 36 and 29. RGB value is (182,54,41). Sum of RGB (Red+Green+Blue) = 182+54+41=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B63629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63629 is #49C9D6. Grayscale: #5A5A5A. Windows color (decimal): -4835799 or 2700982. OLE color: 2700982.

HSL color Cylindrical-coordinate representation of color #B63629: hue angle of 5.53º 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 #B63629 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1825441-
CMYK00.700.770.29
HSL5.53º63.23%43.73%-
HSV(B)5.53º77.47%71.37%-
XYZ21.0112.743.45-
YUV90.7999.91193.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.70%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 41 (16.41% from 255) = 14.80%
R=65.70%
G=19.49%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182544100.700.770.295.5363.2343.73
HexB636290464D1D63f2c
Octal266665101061153567754
Binary1011011011011010100101000110100110111101110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63629; }

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

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

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

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

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

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

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

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