Html Css Color HEX #A9021D Carmine

📋 copy color: '#A9021D'

red 169 ◦ green 2 ◦ blue 29

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

Shades of Carmine #A9021D

Tints of Carmine #A9021D

RGB

 RED value IS 169 (66.41% from 255) = 84.5%

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

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

R = 84.5%
G = 1%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A9021D (or 0xA9021D) is known color: Carmine. HEX triplet: A9, 02 and 1D. RGB value is (169,2,29). Sum of RGB (Red+Green+Blue) = 169+2+29=200 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 169 - color contains mainly: red. Hex color #A9021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9021D is #56FDE2. Grayscale: #373737. Windows color (decimal): -5701091 or 1901225. OLE color: 1901225.

HSL color Cylindrical-coordinate representation of color #A9021D: hue angle of 350.3º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9021D is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 2 29 -
CMYK 0 0.99 0.83 0.34
HSL 350.3º 0.98% 0.34% -
HSV(B) 350.3º 0.99% 0.66% -
XYZ 16.61 8.57 1.94 -
YUV 55.01 113.33 209.3 -
System Red Green Blue C M Y K H S L
Decimal 169 2 29 0 0.99 0.83 0.34 350.3 0.98 0.34
Hex A9 2 1D 0 63 53 22 15E 62 22
Octal 251 2 35 0 143 123 42 536 142 42
Binary 10101001 10 11101 0 1100011 1010011 100010 101011110 1100010 100010

Color Harmonies of #A9021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9021D

Black with #A9021D

Text Example


Text Example

White with #A9021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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