Html Css Color HEX #A9021C Carmine

📋 copy color: '#A9021C'

red 169 ◦ green 2 ◦ blue 28

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

Shades of Carmine #A9021C

Tints of Carmine #A9021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.07%

R = 84.92%
G = 1.01%
B = 14.07%

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

#A9021C (or 0xA9021C) is known color: Carmine. HEX triplet: A9, 02 and 1C. RGB value is (169,2,28). Sum of RGB (Red+Green+Blue) = 169+2+28=199 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.92% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 169 - color contains mainly: red. Hex color #A9021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9021C is #56FDE3. Grayscale: #363636. Windows color (decimal): -5701092 or 1835689. OLE color: 1835689.

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

Color convert

RGB 169 2 28 -
CMYK 0 0.99 0.83 0.34
HSL 350.66º 0.98% 0.34% -
HSV(B) 350.66º 0.99% 0.66% -
XYZ 16.59 8.56 1.88 -
YUV 54.9 112.83 209.39 -
System Red Green Blue C M Y K H S L
Decimal 169 2 28 0 0.99 0.83 0.34 350.66 0.98 0.34
Hex A9 2 1C 0 63 53 22 15F 62 22
Octal 251 2 34 0 143 123 42 537 142 42
Binary 10101001 10 11100 0 1100011 1010011 100010 101011111 1100010 100010

Color Harmonies of #A9021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9021C

Black with #A9021C

Text Example


Text Example

White with #A9021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9021C; }

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

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

background-color css

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

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

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

border-color css

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

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

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