#b63c22

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

Shades of Medium Carmine #B63C22

Tints of Medium Carmine #B63C22

Color information

#B63C22 (or 0xB63C22) is unknown color: approx Medium Carmine. HEX triplet: B6, 3C and 22. RGB value is (182,60,34). Sum of RGB (Red+Green+Blue) = 182+60+34=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C22 is #49C3DD. Grayscale: #5D5D5D. Windows color (decimal): -4834270 or 2243766. OLE color: 2243766.

HSL color Cylindrical-coordinate representation of color #B63C22: hue angle of 10.54º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B63C22 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1826034-
CMYK00.670.810.29
HSL10.54º68.52%42.35%-
HSV(B)10.54º81.32%71.37%-
XYZ21.213.292.96-
YUV93.5194.42191.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.94%
GREEN value IS 60 (23.83% from 255) = 21.74%
BLUE value IS 34 (13.67% from 255) = 12.32%
R=65.94%
G=21.74%
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.29
SystemRedGreenBlueCMYKHSL
Decimal182603400.670.810.2910.5468.5242.35
HexB63C22043511Db452a
Octal26674420103121351310552
Binary101101101111001000100100001110100011110110111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63c22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63c22; }

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

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

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

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

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

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

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

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