Html Css Color HEX #A81618 Carmine

📋 copy color: '#A81618'

red 168 ◦ green 22 ◦ blue 24

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

Shades of Carmine #A81618

Tints of Carmine #A81618

RGB

 RED value IS 168 (66.02% from 255) = 78.5%

 GREEN value IS 22 (8.98% from 255) = 10.28%

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

R = 78.5%
G = 10.28%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A81618 (or 0xA81618) is known color: Carmine. HEX triplet: A8, 16 and 18. RGB value is (168,22,24). Sum of RGB (Red+Green+Blue) = 168+22+24=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A81618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81618 is #57E9E7. Grayscale: #424242. Windows color (decimal): -5761512 or 1578664. OLE color: 1578664.

HSL color Cylindrical-coordinate representation of color #A81618: hue angle of 359.18º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81618 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 22 24 -
CMYK 0 0.87 0.86 0.34
HSL 359.18º 0.77% 0.37% -
HSV(B) 359.18º 0.87% 0.66% -
XYZ 16.6 8.96 1.72 -
YUV 65.88 104.37 200.84 -
System Red Green Blue C M Y K H S L
Decimal 168 22 24 0 0.87 0.86 0.34 359.18 0.77 0.37
Hex A8 16 18 0 57 56 22 167 4D 25
Octal 250 26 30 0 127 126 42 547 115 45
Binary 10101000 10110 11000 0 1010111 1010110 100010 101100111 1001101 100101

Color Harmonies of #A81618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81618

Black with #A81618

Text Example


Text Example

White with #A81618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81618; }

 p { color: rgb(168,22,24); }

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

background-color css

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

 a { background-color: rgb(168,22,24); }

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

border-color css

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

 span { border-color: rgb(168,22,24); }

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