Html Css Color HEX #A9032C Carmine

📋 copy color: '#A9032C'

red 169 ◦ green 3 ◦ blue 44

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

Shades of Carmine #A9032C

Tints of Carmine #A9032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.39%

 BLUE value IS 44 (17.58% from 255) = 20.37%

R = 78.24%
G = 1.39%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A9032C (or 0xA9032C) is known color: Carmine. HEX triplet: A9, 03 and 2C. RGB value is (169,3,44). Sum of RGB (Red+Green+Blue) = 169+3+44=216 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.24% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 169 - color contains mainly: red. Hex color #A9032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9032C is #56FCD3. Grayscale: #393939. Windows color (decimal): -5700820 or 2884521. OLE color: 2884521.

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

Color convert

RGB 169 3 44 -
CMYK 0 0.98 0.74 0.34
HSL 345.18º 0.97% 0.34% -
HSV(B) 345.18º 0.98% 0.66% -
XYZ 16.85 8.68 3.17 -
YUV 57.31 120.5 207.67 -
System Red Green Blue C M Y K H S L
Decimal 169 3 44 0 0.98 0.74 0.34 345.18 0.97 0.34
Hex A9 3 2C 0 62 4A 22 159 61 22
Octal 251 3 54 0 142 112 42 531 141 42
Binary 10101001 11 101100 0 1100010 1001010 100010 101011001 1100001 100010

Color Harmonies of #A9032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9032C

Black with #A9032C

Text Example


Text Example

White with #A9032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9032C; }

 p { color: rgb(169,3,44); }

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

background-color css

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

 a { background-color: rgb(169,3,44); }

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

border-color css

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

 span { border-color: rgb(169,3,44); }

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