Html Css Color HEX #A00420 Carmine

📋 copy color: '#A00420'

red 160 ◦ green 4 ◦ blue 32

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

Shades of Carmine #A00420

Tints of Carmine #A00420

RGB

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

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

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

R = 81.63%
G = 2.04%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A00420 (or 0xA00420) is known color: Carmine. HEX triplet: A0, 04 and 20. RGB value is (160,4,32). Sum of RGB (Red+Green+Blue) = 160+4+32=196 (25% of max value = 765). Red value is 160 (62.89% from 255 or 81.63% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 160 - color contains mainly: red. Hex color #A00420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00420 is #5FFBDF. Grayscale: #353535. Windows color (decimal): -6290400 or 2098336. OLE color: 2098336.

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

Color convert

RGB 160 4 32 -
CMYK 0 0.98 0.80 0.37
HSL 349.23º 0.95% 0.32% -
HSV(B) 349.23º 0.98% 0.63% -
XYZ 14.8 7.66 2.07 -
YUV 53.84 115.68 203.72 -
System Red Green Blue C M Y K H S L
Decimal 160 4 32 0 0.98 0.80 0.37 349.23 0.95 0.32
Hex A0 4 20 0 62 50 25 15D 5F 20
Octal 240 4 40 0 142 120 45 535 137 40
Binary 10100000 100 100000 0 1100010 1010000 100101 101011101 1011111 100000

Color Harmonies of #A00420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00420

Black with #A00420

Text Example


Text Example

White with #A00420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00420; }

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

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

background-color css

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

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

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

border-color css

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

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

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