Html Css Color HEX #A9022B Carmine

📋 copy color: '#A9022B'

red 169 ◦ green 2 ◦ blue 43

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

Shades of Carmine #A9022B

Tints of Carmine #A9022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.09%

R = 78.97%
G = 0.93%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A9022B (or 0xA9022B) is known color: Carmine. HEX triplet: A9, 02 and 2B. RGB value is (169,2,43). Sum of RGB (Red+Green+Blue) = 169+2+43=214 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.97% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 169 - color contains mainly: red. Hex color #A9022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9022B is #56FDD4. Grayscale: #383838. Windows color (decimal): -5701077 or 2818729. OLE color: 2818729.

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

Color convert

RGB 169 2 43 -
CMYK 0 0.99 0.75 0.34
HSL 345.27º 0.98% 0.34% -
HSV(B) 345.27º 0.99% 0.66% -
XYZ 16.82 8.65 3.07 -
YUV 56.61 120.33 208.17 -
System Red Green Blue C M Y K H S L
Decimal 169 2 43 0 0.99 0.75 0.34 345.27 0.98 0.34
Hex A9 2 2B 0 63 4B 22 159 62 22
Octal 251 2 53 0 143 113 42 531 142 42
Binary 10101001 10 101011 0 1100011 1001011 100010 101011001 1100010 100010

Color Harmonies of #A9022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9022B

Black with #A9022B

Text Example


Text Example

White with #A9022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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