Html Css Color HEX #A9032D Carmine

📋 copy color: '#A9032D'

red 169 ◦ green 3 ◦ blue 45

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

Shades of Carmine #A9032D

Tints of Carmine #A9032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.74%

R = 77.88%
G = 1.38%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A9032D (or 0xA9032D) is known color: Carmine. HEX triplet: A9, 03 and 2D. RGB value is (169,3,45). Sum of RGB (Red+Green+Blue) = 169+3+45=217 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.88% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 169 - color contains mainly: red. Hex color #A9032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9032D is #56FCD2. Grayscale: #393939. Windows color (decimal): -5700819 or 2950057. OLE color: 2950057.

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

Color convert

RGB 169 3 45 -
CMYK 0 0.98 0.73 0.34
HSL 344.82º 0.97% 0.34% -
HSV(B) 344.82º 0.98% 0.66% -
XYZ 16.87 8.69 3.27 -
YUV 57.42 121 207.58 -
System Red Green Blue C M Y K H S L
Decimal 169 3 45 0 0.98 0.73 0.34 344.82 0.97 0.34
Hex A9 3 2D 0 62 49 22 159 61 22
Octal 251 3 55 0 142 111 42 531 141 42
Binary 10101001 11 101101 0 1100010 1001001 100010 101011001 1100001 100010

Color Harmonies of #A9032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9032D

Black with #A9032D

Text Example


Text Example

White with #A9032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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