Html Css Color HEX #A9032B Carmine

📋 copy color: '#A9032B'

red 169 ◦ green 3 ◦ blue 43

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

Shades of Carmine #A9032B

Tints of Carmine #A9032B

RGB

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

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

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

R = 78.6%
G = 1.4%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A9032B (or 0xA9032B) is known color: Carmine. HEX triplet: A9, 03 and 2B. RGB value is (169,3,43). Sum of RGB (Red+Green+Blue) = 169+3+43=215 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.60% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 169 - color contains mainly: red. Hex color #A9032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9032B is #56FCD4. Grayscale: #393939. Windows color (decimal): -5700821 or 2818985. OLE color: 2818985.

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

Color convert

RGB 169 3 43 -
CMYK 0 0.98 0.75 0.34
HSL 345.54º 0.97% 0.34% -
HSV(B) 345.54º 0.98% 0.66% -
XYZ 16.83 8.67 3.07 -
YUV 57.19 120 207.75 -
System Red Green Blue C M Y K H S L
Decimal 169 3 43 0 0.98 0.75 0.34 345.54 0.97 0.34
Hex A9 3 2B 0 62 4B 22 15A 61 22
Octal 251 3 53 0 142 113 42 532 141 42
Binary 10101001 11 101011 0 1100010 1001011 100010 101011010 1100001 100010

Color Harmonies of #A9032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9032B

Black with #A9032B

Text Example


Text Example

White with #A9032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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