Html Css Color HEX #A90112 Carmine

📋 copy color: '#A90112'

red 169 ◦ green 1 ◦ blue 18

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

Shades of Carmine #A90112

Tints of Carmine #A90112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.57%

R = 89.89%
G = 0.53%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A90112 (or 0xA90112) is known color: Carmine. HEX triplet: A9, 01 and 12. RGB value is (169,1,18). Sum of RGB (Red+Green+Blue) = 169+1+18=188 (24% of max value = 765). Red value is 169 (66.41% from 255 or 89.89% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 169 - color contains mainly: red. Hex color #A90112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90112 is #56FEED. Grayscale: #353535. Windows color (decimal): -5701358 or 1180073. OLE color: 1180073.

HSL color Cylindrical-coordinate representation of color #A90112: hue angle of 353.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 #A90112 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 1 18 -
CMYK 0 0.99 0.89 0.34
HSL 353.93º 0.99% 0.33% -
HSV(B) 353.93º 0.99% 0.66% -
XYZ 16.48 8.5 1.34 -
YUV 53.17 108.16 210.62 -
System Red Green Blue C M Y K H S L
Decimal 169 1 18 0 0.99 0.89 0.34 353.93 0.99 0.33
Hex A9 1 12 0 63 59 22 162 63 21
Octal 251 1 22 0 143 131 42 542 143 41
Binary 10101001 1 10010 0 1100011 1011001 100010 101100010 1100011 100001

Color Harmonies of #A90112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90112

Black with #A90112

Text Example


Text Example

White with #A90112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90112; }

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

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

background-color css

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

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

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

border-color css

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

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

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