Html Css Color HEX #A01424 Carmine

📋 copy color: '#A01424'

red 160 ◦ green 20 ◦ blue 36

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

Shades of Carmine #A01424

Tints of Carmine #A01424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.67%

R = 74.07%
G = 9.26%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A01424 (or 0xA01424) is known color: Carmine. HEX triplet: A0, 14 and 24. RGB value is (160,20,36). Sum of RGB (Red+Green+Blue) = 160+20+36=216 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.07% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 160 - color contains mainly: red. Hex color #A01424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01424 is #5FEBDB. Grayscale: #3F3F3F. Windows color (decimal): -6286300 or 2364576. OLE color: 2364576.

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

Color convert

RGB 160 20 36 -
CMYK 0 0.88 0.78 0.37
HSL 353.14º 0.78% 0.35% -
HSV(B) 353.14º 0.88% 0.63% -
XYZ 15.07 8.1 2.44 -
YUV 63.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 160 20 36 0 0.88 0.78 0.37 353.14 0.78 0.35
Hex A0 14 24 0 58 4E 25 161 4E 23
Octal 240 24 44 0 130 116 45 541 116 43
Binary 10100000 10100 100100 0 1011000 1001110 100101 101100001 1001110 100011

Color Harmonies of #A01424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01424

Black with #A01424

Text Example


Text Example

White with #A01424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01424; }

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

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

background-color css

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

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

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

border-color css

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

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

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