Html Css Color HEX #A0022A Carmine

📋 copy color: '#A0022A'

red 160 ◦ green 2 ◦ blue 42

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

Shades of Carmine #A0022A

Tints of Carmine #A0022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.59%

R = 78.43%
G = 0.98%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0022A (or 0xA0022A) is known color: Carmine. HEX triplet: A0, 02 and 2A. RGB value is (160,2,42). Sum of RGB (Red+Green+Blue) = 160+2+42=204 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.43% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 160 - color contains mainly: red. Hex color #A0022A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0022A is #5FFDD5. Grayscale: #353535. Windows color (decimal): -6290902 or 2753184. OLE color: 2753184.

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

Color convert

RGB 160 2 42 -
CMYK 0 0.99 0.74 0.37
HSL 344.81º 0.98% 0.32% -
HSV(B) 344.81º 0.99% 0.63% -
XYZ 14.94 7.68 2.89 -
YUV 53.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 160 2 42 0 0.99 0.74 0.37 344.81 0.98 0.32
Hex A0 2 2A 0 63 4A 25 159 62 20
Octal 240 2 52 0 143 112 45 531 142 40
Binary 10100000 10 101010 0 1100011 1001010 100101 101011001 1100010 100000

Color Harmonies of #A0022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0022A

Black with #A0022A

Text Example


Text Example

White with #A0022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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