#A5081C

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

Shades of Carmine #A5081C

Tints of Carmine #A5081C

Color information

#A5081C (or 0xA5081C) is unknown color: approx Carmine. HEX triplet: A5, 08 and 1C. RGB value is (165,8,28). Sum of RGB (Red+Green+Blue) = 165+8+28=201 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.09% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 165 - color contains mainly: red. Hex color #A5081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5081C is #5AF7E3. Grayscale: #393939. Windows color (decimal): -5961700 or 1837221. OLE color: 1837221.

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

Color convert

RGB165828-
CMYK00.950.830.35
HSL352.36º90.75%33.92%-
HSV(B)352.36º95.15%64.71%-
XYZ15.818.261.86-
YUV57.22111.51204.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 82.09%
GREEN value IS 8 (3.52% from 255) = 3.98%
BLUE value IS 28 (11.33% from 255) = 13.93%
R=82.09%
G=3.98%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16582800.950.830.35352.3690.7533.92
HexA581C05F53231605b22
Octal245103401371234354013342
Binary101001011000111000101111110100111000111011000001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5081C; }

 p { color: rgb(165,8,28); }

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

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

 a { background-color: rgb(165,8,28); }

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

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

 span { border-color: rgb(165,8,28); }

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