Html Css Color HEX #A90533 Carmine

📋 copy color: '#A90533'

red 169 ◦ green 5 ◦ blue 51

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

Shades of Carmine #A90533

Tints of Carmine #A90533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.67%

R = 75.11%
G = 2.22%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A90533 (or 0xA90533) is known color: Carmine. HEX triplet: A9, 05 and 33. RGB value is (169,5,51). Sum of RGB (Red+Green+Blue) = 169+5+51=225 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.11% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 169 - color contains mainly: red. Hex color #A90533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90533 is #56FACC. Grayscale: #3B3B3B. Windows color (decimal): -5700301 or 3343785. OLE color: 3343785.

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

Color convert

RGB 169 5 51 -
CMYK 0 0.97 0.70 0.34
HSL 343.17º 0.94% 0.34% -
HSV(B) 343.17º 0.97% 0.66% -
XYZ 17.01 8.78 3.93 -
YUV 59.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 169 5 51 0 0.97 0.70 0.34 343.17 0.94 0.34
Hex A9 5 33 0 61 46 22 157 5E 22
Octal 251 5 63 0 141 106 42 527 136 42
Binary 10101001 101 110011 0 1100001 1000110 100010 101010111 1011110 100010

Color Harmonies of #A90533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90533

Black with #A90533

Text Example


Text Example

White with #A90533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90533; }

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

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

background-color css

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

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

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

border-color css

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

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

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