#A50612

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

Shades of Carmine #A50612

Tints of Carmine #A50612

Color information

#A50612 (or 0xA50612) is unknown color: approx Carmine. HEX triplet: A5, 06 and 12. RGB value is (165,6,18). Sum of RGB (Red+Green+Blue) = 165+6+18=189 (25% of max value = 765). Red value is 165 (64.84% from 255 or 87.30% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 165 - color contains mainly: red. Hex color #A50612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50612 is #5AF9ED. Grayscale: #373737. Windows color (decimal): -5962222 or 1181349. OLE color: 1181349.

HSL color Cylindrical-coordinate representation of color #A50612: hue angle of 355.47º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50612 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB165618-
CMYK00.960.890.35
HSL355.47º92.98%33.53%-
HSV(B)355.47º96.36%64.71%-
XYZ15.698.171.32-
YUV54.91107.18206.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 87.30%
GREEN value IS 6 (2.73% from 255) = 3.17%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=87.30%
G=3.17%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16561800.960.890.35355.4792.9833.53
HexA561206059231635d22
Octal24562201401314354313542
Binary10100101110100100110000010110011000111011000111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50612; }

 p { color: rgb(165,6,18); }

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

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

 a { background-color: rgb(165,6,18); }

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

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

 span { border-color: rgb(165,6,18); }

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