Html Css Color HEX #A00220 Carmine

📋 copy color: '#A00220'

red 160 ◦ green 2 ◦ blue 32

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

Shades of Carmine #A00220

Tints of Carmine #A00220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

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

R = 82.47%
G = 1.03%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A00220 (or 0xA00220) is known color: Carmine. HEX triplet: A0, 02 and 20. RGB value is (160,2,32). Sum of RGB (Red+Green+Blue) = 160+2+32=194 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.47% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 160 - color contains mainly: red. Hex color #A00220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00220 is #5FFDDF. Grayscale: #343434. Windows color (decimal): -6290912 or 2097824. OLE color: 2097824.

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

Color convert

RGB 160 2 32 -
CMYK 0 0.99 0.80 0.37
HSL 348.61º 0.98% 0.32% -
HSV(B) 348.61º 0.99% 0.63% -
XYZ 14.78 7.62 2.06 -
YUV 52.66 116.35 204.56 -
System Red Green Blue C M Y K H S L
Decimal 160 2 32 0 0.99 0.80 0.37 348.61 0.98 0.32
Hex A0 2 20 0 63 50 25 15D 62 20
Octal 240 2 40 0 143 120 45 535 142 40
Binary 10100000 10 100000 0 1100011 1010000 100101 101011101 1100010 100000

Color Harmonies of #A00220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00220

Black with #A00220

Text Example


Text Example

White with #A00220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00220; }

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

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

background-color css

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

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

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

border-color css

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

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

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