Html Css Color HEX #A70624 Carmine

📋 copy color: '#A70624'

red 167 ◦ green 6 ◦ blue 36

#A70624
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #A70624

Tints of Carmine #A70624

RGB

 RED value IS 167 (65.63% from 255) = 79.9%

 GREEN value IS 6 (2.73% from 255) = 2.87%

 BLUE value IS 36 (14.45% from 255) = 17.22%

R = 79.9%
G = 2.87%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A70624 (or 0xA70624) is known color: Carmine. HEX triplet: A7, 06 and 24. RGB value is (167,6,36). Sum of RGB (Red+Green+Blue) = 167+6+36=209 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.90% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 167 - color contains mainly: red. Hex color #A70624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70624 is #58F9DB. Grayscale: #393939. Windows color (decimal): -5831132 or 2360999. OLE color: 2360999.

HSL color Cylindrical-coordinate representation of color #A70624: hue angle of 348.82º 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 #A70624 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 6 36 -
CMYK 0 0.96 0.78 0.35
HSL 348.82º 0.93% 0.34% -
HSV(B) 348.82º 0.96% 0.65% -
XYZ 16.32 8.47 2.44 -
YUV 57.56 115.84 206.06 -
System Red Green Blue C M Y K H S L
Decimal 167 6 36 0 0.96 0.78 0.35 348.82 0.93 0.34
Hex A7 6 24 0 60 4E 23 15D 5D 22
Octal 247 6 44 0 140 116 43 535 135 42
Binary 10100111 110 100100 0 1100000 1001110 100011 101011101 1011101 100010

Color Harmonies of #A70624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70624

Black with #A70624

Text Example


Text Example

White with #A70624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70624; }

 p { color: rgb(167,6,36); }

 H1.HeaderClassName
 {
   color: #A70624;
 }
 .AnyTagClassName
 {
   color: #A70624;
 }
</style>

background-color css

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

 a { background-color: rgb(167,6,36); }

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

border-color css

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

 span { border-color: rgb(167,6,36); }

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