#B63C29

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

Shades of Medium Carmine #B63C29

Tints of Medium Carmine #B63C29

Color information

#B63C29 (or 0xB63C29) is unknown color: approx Medium Carmine. HEX triplet: B6, 3C and 29. RGB value is (182,60,41). Sum of RGB (Red+Green+Blue) = 182+60+41=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C29 is #49C3D6. Grayscale: #5E5E5E. Windows color (decimal): -4834263 or 2702518. OLE color: 2702518.

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

Color convert

RGB1826041-
CMYK00.670.770.29
HSL8.09º63.23%43.73%-
HSV(B)8.09º77.47%71.37%-
XYZ21.3113.343.55-
YUV94.3197.92190.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.31%
GREEN value IS 60 (23.83% from 255) = 21.20%
BLUE value IS 41 (16.41% from 255) = 14.49%
R=64.31%
G=21.20%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182604100.670.770.298.0963.2343.73
HexB63C290434D1D83f2c
Octal2667451010311535107754
Binary10110110111100101001010000111001101111011000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63C29; }

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

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

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

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

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

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

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

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