Html Css Color HEX #A00424 Carmine

📋 copy color: '#A00424'

red 160 ◦ green 4 ◦ blue 36

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

Shades of Carmine #A00424

Tints of Carmine #A00424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2%

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

R = 80%
G = 2%
B = 18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A00424 (or 0xA00424) is known color: Carmine. HEX triplet: A0, 04 and 24. RGB value is (160,4,36). Sum of RGB (Red+Green+Blue) = 160+4+36=200 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 160 - color contains mainly: red. Hex color #A00424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00424 is #5FFBDB. Grayscale: #363636. Windows color (decimal): -6290396 or 2360480. OLE color: 2360480.

HSL color Cylindrical-coordinate representation of color #A00424: hue angle of 347.69º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00424 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 4 36 -
CMYK 0 0.98 0.78 0.37
HSL 347.69º 0.95% 0.32% -
HSV(B) 347.69º 0.98% 0.63% -
XYZ 14.86 7.69 2.37 -
YUV 54.29 117.68 203.4 -
System Red Green Blue C M Y K H S L
Decimal 160 4 36 0 0.98 0.78 0.37 347.69 0.95 0.32
Hex A0 4 24 0 62 4E 25 15C 5F 20
Octal 240 4 44 0 142 116 45 534 137 40
Binary 10100000 100 100100 0 1100010 1001110 100101 101011100 1011111 100000

Color Harmonies of #A00424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00424

Black with #A00424

Text Example


Text Example

White with #A00424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00424; }

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

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

background-color css

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

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

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

border-color css

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

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

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