Html Css Color HEX #A01318 Carmine

📋 copy color: '#A01318'

red 160 ◦ green 19 ◦ blue 24

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

Shades of Carmine #A01318

Tints of Carmine #A01318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.36%

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

R = 78.82%
G = 9.36%
B = 11.82%

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

#A01318 (or 0xA01318) is known color: Carmine. HEX triplet: A0, 13 and 18. RGB value is (160,19,24). Sum of RGB (Red+Green+Blue) = 160+19+24=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A01318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01318 is #5FECE7. Grayscale: #3D3D3D. Windows color (decimal): -6286568 or 1577888. OLE color: 1577888.

HSL color Cylindrical-coordinate representation of color #A01318: hue angle of 357.87º degrees, saturation: 0.79, 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 #A01318 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 19 24 -
CMYK 0 0.88 0.85 0.37
HSL 357.87º 0.79% 0.35% -
HSV(B) 357.87º 0.88% 0.63% -
XYZ 14.89 8.01 1.62 -
YUV 61.73 106.71 198.09 -
System Red Green Blue C M Y K H S L
Decimal 160 19 24 0 0.88 0.85 0.37 357.87 0.79 0.35
Hex A0 13 18 0 58 55 25 166 4F 23
Octal 240 23 30 0 130 125 45 546 117 43
Binary 10100000 10011 11000 0 1011000 1010101 100101 101100110 1001111 100011

Color Harmonies of #A01318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01318

Black with #A01318

Text Example


Text Example

White with #A01318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01318; }

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

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

background-color css

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

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

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

border-color css

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

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

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