Html Css Color HEX #A0021E Carmine

📋 copy color: '#A0021E'

red 160 ◦ green 2 ◦ blue 30

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

Shades of Carmine #A0021E

Tints of Carmine #A0021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.63%

R = 83.33%
G = 1.04%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A0021E (or 0xA0021E) is known color: Carmine. HEX triplet: A0, 02 and 1E. RGB value is (160,2,30). Sum of RGB (Red+Green+Blue) = 160+2+30=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A0021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0021E is #5FFDE1. Grayscale: #343434. Windows color (decimal): -6290914 or 1966752. OLE color: 1966752.

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

Color convert

RGB 160 2 30 -
CMYK 0 0.99 0.81 0.37
HSL 349.37º 0.98% 0.32% -
HSV(B) 349.37º 0.99% 0.63% -
XYZ 14.75 7.61 1.92 -
YUV 52.43 115.35 204.72 -
System Red Green Blue C M Y K H S L
Decimal 160 2 30 0 0.99 0.81 0.37 349.37 0.98 0.32
Hex A0 2 1E 0 63 51 25 15D 62 20
Octal 240 2 36 0 143 121 45 535 142 40
Binary 10100000 10 11110 0 1100011 1010001 100101 101011101 1100010 100000

Color Harmonies of #A0021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0021E

Black with #A0021E

Text Example


Text Example

White with #A0021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0021E; }

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

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

background-color css

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

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

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

border-color css

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

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

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