Html Css Color HEX #A01213 Carmine

📋 copy color: '#A01213'

red 160 ◦ green 18 ◦ blue 19

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

Shades of Carmine #A01213

Tints of Carmine #A01213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.14%

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 81.22%
G = 9.14%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A01213 (or 0xA01213) is known color: Carmine. HEX triplet: A0, 12 and 13. RGB value is (160,18,19). Sum of RGB (Red+Green+Blue) = 160+18+19=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A01213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01213 is #5FEDEC. Grayscale: #3C3C3C. Windows color (decimal): -6286829 or 1249952. OLE color: 1249952.

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

Color convert

RGB 160 18 19 -
CMYK 0 0.89 0.88 0.37
HSL 359.58º 0.8% 0.35% -
HSV(B) 359.58º 0.89% 0.63% -
XYZ 14.83 7.95 1.37 -
YUV 60.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 160 18 19 0 0.89 0.88 0.37 359.58 0.8 0.35
Hex A0 12 13 0 59 58 25 168 50 23
Octal 240 22 23 0 131 130 45 550 120 43
Binary 10100000 10010 10011 0 1011001 1011000 100101 101101000 1010000 100011

Color Harmonies of #A01213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01213

Black with #A01213

Text Example


Text Example

White with #A01213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01213; }

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

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

background-color css

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

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

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

border-color css

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

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

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