Html Css Color HEX #A01322 Carmine

📋 copy color: '#A01322'

red 160 ◦ green 19 ◦ blue 34

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

Shades of Carmine #A01322

Tints of Carmine #A01322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.96%

R = 75.12%
G = 8.92%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A01322 (or 0xA01322) is known color: Carmine. HEX triplet: A0, 13 and 22. RGB value is (160,19,34). Sum of RGB (Red+Green+Blue) = 160+19+34=213 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.12% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 160 - color contains mainly: red. Hex color #A01322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01322 is #5FECDD. Grayscale: #3E3E3E. Windows color (decimal): -6286558 or 2233248. OLE color: 2233248.

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

Color convert

RGB 160 19 34 -
CMYK 0 0.88 0.79 0.37
HSL 353.62º 0.79% 0.35% -
HSV(B) 353.62º 0.88% 0.63% -
XYZ 15.02 8.05 2.28 -
YUV 62.87 111.71 197.28 -
System Red Green Blue C M Y K H S L
Decimal 160 19 34 0 0.88 0.79 0.37 353.62 0.79 0.35
Hex A0 13 22 0 58 4F 25 162 4F 23
Octal 240 23 42 0 130 117 45 542 117 43
Binary 10100000 10011 100010 0 1011000 1001111 100101 101100010 1001111 100011

Color Harmonies of #A01322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01322

Black with #A01322

Text Example


Text Example

White with #A01322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01322; }

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

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

background-color css

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

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

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

border-color css

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

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

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