Html Css Color HEX #A0021D Carmine

📋 copy color: '#A0021D'

red 160 ◦ green 2 ◦ blue 29

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

Shades of Carmine #A0021D

Tints of Carmine #A0021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.18%

R = 83.77%
G = 1.05%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0021D (or 0xA0021D) is known color: Carmine. HEX triplet: A0, 02 and 1D. RGB value is (160,2,29). Sum of RGB (Red+Green+Blue) = 160+2+29=191 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.77% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 160 - color contains mainly: red. Hex color #A0021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0021D is #5FFDE2. Grayscale: #343434. Windows color (decimal): -6290915 or 1901216. OLE color: 1901216.

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

Color convert

RGB 160 2 29 -
CMYK 0 0.99 0.82 0.37
HSL 349.75º 0.98% 0.32% -
HSV(B) 349.75º 0.99% 0.63% -
XYZ 14.74 7.61 1.85 -
YUV 52.32 114.85 204.8 -
System Red Green Blue C M Y K H S L
Decimal 160 2 29 0 0.99 0.82 0.37 349.75 0.98 0.32
Hex A0 2 1D 0 63 52 25 15E 62 20
Octal 240 2 35 0 143 122 45 536 142 40
Binary 10100000 10 11101 0 1100011 1010010 100101 101011110 1100010 100000

Color Harmonies of #A0021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0021D

Black with #A0021D

Text Example


Text Example

White with #A0021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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