Html Css Color HEX #A0022C Carmine

📋 copy color: '#A0022C'

red 160 ◦ green 2 ◦ blue 44

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

Shades of Carmine #A0022C

Tints of Carmine #A0022C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.36%

R = 77.67%
G = 0.97%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0022C (or 0xA0022C) is known color: Carmine. HEX triplet: A0, 02 and 2C. RGB value is (160,2,44). Sum of RGB (Red+Green+Blue) = 160+2+44=206 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.67% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 160 - color contains mainly: red. Hex color #A0022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0022C is #5FFDD3. Grayscale: #363636. Windows color (decimal): -6290900 or 2884256. OLE color: 2884256.

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

Color convert

RGB 160 2 44 -
CMYK 0 0.99 0.72 0.37
HSL 344.05º 0.98% 0.32% -
HSV(B) 344.05º 0.99% 0.63% -
XYZ 14.97 7.7 3.08 -
YUV 54.03 122.35 203.58 -
System Red Green Blue C M Y K H S L
Decimal 160 2 44 0 0.99 0.72 0.37 344.05 0.98 0.32
Hex A0 2 2C 0 63 48 25 158 62 20
Octal 240 2 54 0 143 110 45 530 142 40
Binary 10100000 10 101100 0 1100011 1001000 100101 101011000 1100010 100000

Color Harmonies of #A0022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0022C

Black with #A0022C

Text Example


Text Example

White with #A0022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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