Html Css Color HEX #A90720 Carmine

📋 copy color: '#A90720'

red 169 ◦ green 7 ◦ blue 32

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

Shades of Carmine #A90720

Tints of Carmine #A90720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.37%

 BLUE value IS 32 (12.89% from 255) = 15.38%

R = 81.25%
G = 3.37%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A90720 (or 0xA90720) is known color: Carmine. HEX triplet: A9, 07 and 20. RGB value is (169,7,32). Sum of RGB (Red+Green+Blue) = 169+7+32=208 (27% of max value = 765). Red value is 169 (66.41% from 255 or 81.25% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 169 - color contains mainly: red. Hex color #A90720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90720 is #56F8DF. Grayscale: #3A3A3A. Windows color (decimal): -5699808 or 2099113. OLE color: 2099113.

HSL color Cylindrical-coordinate representation of color #A90720: hue angle of 350.74º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90720 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 7 32 -
CMYK 0 0.96 0.81 0.34
HSL 350.74º 0.92% 0.35% -
HSV(B) 350.74º 0.96% 0.66% -
XYZ 16.7 8.69 2.16 -
YUV 58.29 113.17 206.97 -
System Red Green Blue C M Y K H S L
Decimal 169 7 32 0 0.96 0.81 0.34 350.74 0.92 0.35
Hex A9 7 20 0 60 51 22 15F 5C 23
Octal 251 7 40 0 140 121 42 537 134 43
Binary 10101001 111 100000 0 1100000 1010001 100010 101011111 1011100 100011

Color Harmonies of #A90720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90720

Black with #A90720

Text Example


Text Example

White with #A90720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90720; }

 p { color: rgb(169,7,32); }

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

background-color css

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

 a { background-color: rgb(169,7,32); }

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

border-color css

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

 span { border-color: rgb(169,7,32); }

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