Html Css Color HEX #A90120 Carmine

📋 copy color: '#A90120'

red 169 ◦ green 1 ◦ blue 32

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

Shades of Carmine #A90120

Tints of Carmine #A90120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 83.66%
G = 0.5%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A90120 (or 0xA90120) is known color: Carmine. HEX triplet: A9, 01 and 20. RGB value is (169,1,32). Sum of RGB (Red+Green+Blue) = 169+1+32=202 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.66% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 169 - color contains mainly: red. Hex color #A90120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90120 is #56FEDF. Grayscale: #363636. Windows color (decimal): -5701344 or 2097577. OLE color: 2097577.

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

Color convert

RGB 169 1 32 -
CMYK 0 0.99 0.81 0.34
HSL 348.93º 0.99% 0.33% -
HSV(B) 348.93º 0.99% 0.66% -
XYZ 16.63 8.56 2.14 -
YUV 54.77 115.16 209.48 -
System Red Green Blue C M Y K H S L
Decimal 169 1 32 0 0.99 0.81 0.34 348.93 0.99 0.33
Hex A9 1 20 0 63 51 22 15D 63 21
Octal 251 1 40 0 143 121 42 535 143 41
Binary 10101001 1 100000 0 1100011 1010001 100010 101011101 1100011 100001

Color Harmonies of #A90120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90120

Black with #A90120

Text Example


Text Example

White with #A90120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90120; }

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

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

background-color css

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

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

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

border-color css

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

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

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