#A70317

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

Shades of Carmine #A70317

Tints of Carmine #A70317

Color information

#A70317 (or 0xA70317) is unknown color: approx Carmine. HEX triplet: A7, 03 and 17. RGB value is (167,3,23). Sum of RGB (Red+Green+Blue) = 167+3+23=193 (25% of max value = 765). Red value is 167 (65.62% from 255 or 86.53% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 167 - color contains mainly: red. Hex color #A70317 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70317 is #58FCE8. Grayscale: #363636. Windows color (decimal): -5831913 or 1508263. OLE color: 1508263.

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

Color convert

RGB167323-
CMYK00.980.860.35
HSL352.68º96.47%33.33%-
HSV(B)352.68º98.2%65.49%-
XYZ16.128.341.57-
YUV54.32110.33208.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 86.53%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 23 (9.38% from 255) = 11.92%
R=86.53%
G=1.55%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16732300.980.860.35352.6896.4733.33
HexA731706256231616021
Octal24732701421264354114041
Binary1010011111101110110001010101101000111011000011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70317; }

 p { color: rgb(167,3,23); }

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

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

 a { background-color: rgb(167,3,23); }

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

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

 span { border-color: rgb(167,3,23); }

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