Html Css Color HEX #A90529 Carmine

📋 copy color: '#A90529'

red 169 ◦ green 5 ◦ blue 41

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

Shades of Carmine #A90529

Tints of Carmine #A90529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.33%

 BLUE value IS 41 (16.41% from 255) = 19.07%

R = 78.6%
G = 2.33%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A90529 (or 0xA90529) is known color: Carmine. HEX triplet: A9, 05 and 29. RGB value is (169,5,41). Sum of RGB (Red+Green+Blue) = 169+5+41=215 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.60% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 169 - color contains mainly: red. Hex color #A90529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90529 is #56FAD6. Grayscale: #3A3A3A. Windows color (decimal): -5700311 or 2688425. OLE color: 2688425.

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

Color convert

RGB 169 5 41 -
CMYK 0 0.97 0.76 0.34
HSL 346.83º 0.94% 0.34% -
HSV(B) 346.83º 0.97% 0.66% -
XYZ 16.82 8.7 2.89 -
YUV 58.14 118.33 207.07 -
System Red Green Blue C M Y K H S L
Decimal 169 5 41 0 0.97 0.76 0.34 346.83 0.94 0.34
Hex A9 5 29 0 61 4C 22 15B 5E 22
Octal 251 5 51 0 141 114 42 533 136 42
Binary 10101001 101 101001 0 1100001 1001100 100010 101011011 1011110 100010

Color Harmonies of #A90529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90529

Black with #A90529

Text Example


Text Example

White with #A90529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90529; }

 p { color: rgb(169,5,41); }

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

background-color css

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

 a { background-color: rgb(169,5,41); }

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

border-color css

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

 span { border-color: rgb(169,5,41); }

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