Html Css Color HEX #A70018 Carmine

📋 copy color: '#A70018'

red 167 ◦ green 0 ◦ blue 24

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

Shades of Carmine #A70018

Tints of Carmine #A70018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 24 (9.77% from 255) = 12.57%

R = 87.43%
G = 0%
B = 12.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A70018 (or 0xA70018) is known color: Carmine. HEX triplet: A7, 00 and 18. RGB value is (167,0,24). Sum of RGB (Red+Green+Blue) = 167+0+24=191 (25% of max value = 765). Red value is 167 (65.62% from 255 or 87.43% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 167 - color contains mainly: red. Hex color #A70018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70018 is #58FFE7. Grayscale: #343434. Windows color (decimal): -5832680 or 1573031. OLE color: 1573031.

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

Color convert

RGB 167 0 24 -
CMYK 0 1 0.86 0.35
HSL 351.38º 1% 0.33% -
HSV(B) 351.38º 1% 0.65% -
XYZ 16.1 8.28 1.61 -
YUV 52.67 111.83 209.55 -
System Red Green Blue C M Y K H S L
Decimal 167 0 24 0 1 0.86 0.35 351.38 1 0.33
Hex A7 0 18 0 64 56 23 15F 64 21
Octal 247 0 30 0 144 126 43 537 144 41
Binary 10100111 0 11000 0 1100100 1010110 100011 101011111 1100100 100001

Color Harmonies of #A70018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70018

Black with #A70018

Text Example


Text Example

White with #A70018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70018; }

 p { color: rgb(167,0,24); }

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

background-color css

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

 a { background-color: rgb(167,0,24); }

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

border-color css

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

 span { border-color: rgb(167,0,24); }

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