#B64028

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

Shades of Medium Carmine #B64028

Tints of Medium Carmine #B64028

Color information

#B64028 (or 0xB64028) is unknown color: approx Medium Carmine. HEX triplet: B6, 40 and 28. RGB value is (182,64,40). Sum of RGB (Red+Green+Blue) = 182+64+40=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B64028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64028 is #49BFD7. Grayscale: #606060. Windows color (decimal): -4833240 or 2638006. OLE color: 2638006.

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

Color convert

RGB1826440-
CMYK00.650.780.29
HSL10.14º63.96%43.53%-
HSV(B)10.14º78.02%71.37%-
XYZ21.5113.773.53-
YUV96.5596.09188.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.64%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 40 (16.02% from 255) = 13.99%
R=63.64%
G=22.38%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182644000.650.780.2910.1463.9643.53
HexB640280414E1Da402c
Octal266100500101116351210054
Binary1011011010000001010000100000110011101110110101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64028; }

 p { color: rgb(182,64,40); }

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

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

 a { background-color: rgb(182,64,40); }

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

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

 span { border-color: rgb(182,64,40); }

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