Html Css Color HEX #A01320 Carmine

📋 copy color: '#A01320'

red 160 ◦ green 19 ◦ blue 32

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

Shades of Carmine #A01320

Tints of Carmine #A01320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 75.83%
G = 9%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A01320 (or 0xA01320) is known color: Carmine. HEX triplet: A0, 13 and 20. RGB value is (160,19,32). Sum of RGB (Red+Green+Blue) = 160+19+32=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A01320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01320 is #5FECDF. Grayscale: #3E3E3E. Windows color (decimal): -6286560 or 2102176. OLE color: 2102176.

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

Color convert

RGB 160 19 32 -
CMYK 0 0.88 0.80 0.37
HSL 354.47º 0.79% 0.35% -
HSV(B) 354.47º 0.88% 0.63% -
XYZ 14.99 8.04 2.13 -
YUV 62.64 110.71 197.44 -
System Red Green Blue C M Y K H S L
Decimal 160 19 32 0 0.88 0.80 0.37 354.47 0.79 0.35
Hex A0 13 20 0 58 50 25 162 4F 23
Octal 240 23 40 0 130 120 45 542 117 43
Binary 10100000 10011 100000 0 1011000 1010000 100101 101100010 1001111 100011

Color Harmonies of #A01320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01320

Black with #A01320

Text Example


Text Example

White with #A01320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01320; }

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

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

background-color css

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

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

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

border-color css

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

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

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