Html Css Color HEX #A70618 Carmine

📋 copy color: '#A70618'

red 167 ◦ green 6 ◦ blue 24

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

Shades of Carmine #A70618

Tints of Carmine #A70618

RGB

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

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

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

R = 84.77%
G = 3.05%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A70618 (or 0xA70618) is known color: Carmine. HEX triplet: A7, 06 and 18. RGB value is (167,6,24). Sum of RGB (Red+Green+Blue) = 167+6+24=197 (26% of max value = 765). Red value is 167 (65.62% from 255 or 84.77% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 167 - color contains mainly: red. Hex color #A70618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70618 is #58F9E7. Grayscale: #383838. Windows color (decimal): -5831144 or 1574567. OLE color: 1574567.

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

Color convert

RGB 167 6 24 -
CMYK 0 0.96 0.86 0.35
HSL 353.29º 0.93% 0.34% -
HSV(B) 353.29º 0.96% 0.65% -
XYZ 16.17 8.41 1.64 -
YUV 56.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 167 6 24 0 0.96 0.86 0.35 353.29 0.93 0.34
Hex A7 6 18 0 60 56 23 161 5D 22
Octal 247 6 30 0 140 126 43 541 135 42
Binary 10100111 110 11000 0 1100000 1010110 100011 101100001 1011101 100010

Color Harmonies of #A70618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70618

Black with #A70618

Text Example


Text Example

White with #A70618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70618; }

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

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

background-color css

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

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

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

border-color css

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

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

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