Html Css Color HEX #A01418 Carmine

📋 copy color: '#A01418'

red 160 ◦ green 20 ◦ blue 24

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

Shades of Carmine #A01418

Tints of Carmine #A01418

RGB

 RED value IS 160 (62.89% from 255) = 78.43%

 GREEN value IS 20 (8.2% from 255) = 9.8%

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

R = 78.43%
G = 9.8%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A01418 (or 0xA01418) is known color: Carmine. HEX triplet: A0, 14 and 18. RGB value is (160,20,24). Sum of RGB (Red+Green+Blue) = 160+20+24=204 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.43% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 160 - color contains mainly: red. Hex color #A01418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01418 is #5FEBE7. Grayscale: #3E3E3E. Windows color (decimal): -6286312 or 1578144. OLE color: 1578144.

HSL color Cylindrical-coordinate representation of color #A01418: hue angle of 358.29º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01418 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 24 -
CMYK 0 0.88 0.85 0.37
HSL 358.29º 0.78% 0.35% -
HSV(B) 358.29º 0.88% 0.63% -
XYZ 14.91 8.04 1.63 -
YUV 62.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 160 20 24 0 0.88 0.85 0.37 358.29 0.78 0.35
Hex A0 14 18 0 58 55 25 166 4E 23
Octal 240 24 30 0 130 125 45 546 116 43
Binary 10100000 10100 11000 0 1011000 1010101 100101 101100110 1001110 100011

Color Harmonies of #A01418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01418

Black with #A01418

Text Example


Text Example

White with #A01418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01418; }

 p { color: rgb(160,20,24); }

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

background-color css

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

 a { background-color: rgb(160,20,24); }

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

border-color css

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

 span { border-color: rgb(160,20,24); }

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