Html Css Color HEX #A90113 Carmine

📋 copy color: '#A90113'

red 169 ◦ green 1 ◦ blue 19

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

Shades of Carmine #A90113

Tints of Carmine #A90113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.05%

R = 89.42%
G = 0.53%
B = 10.05%

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

#A90113 (or 0xA90113) is known color: Carmine. HEX triplet: A9, 01 and 13. RGB value is (169,1,19). Sum of RGB (Red+Green+Blue) = 169+1+19=189 (25% of max value = 765). Red value is 169 (66.41% from 255 or 89.42% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 169 - color contains mainly: red. Hex color #A90113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90113 is #56FEEC. Grayscale: #353535. Windows color (decimal): -5701357 or 1245609. OLE color: 1245609.

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

Color convert

RGB 169 1 19 -
CMYK 0 0.99 0.89 0.34
HSL 353.57º 0.99% 0.33% -
HSV(B) 353.57º 0.99% 0.66% -
XYZ 16.49 8.5 1.39 -
YUV 53.28 108.66 210.54 -
System Red Green Blue C M Y K H S L
Decimal 169 1 19 0 0.99 0.89 0.34 353.57 0.99 0.33
Hex A9 1 13 0 63 59 22 162 63 21
Octal 251 1 23 0 143 131 42 542 143 41
Binary 10101001 1 10011 0 1100011 1011001 100010 101100010 1100011 100001

Color Harmonies of #A90113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90113

Black with #A90113

Text Example


Text Example

White with #A90113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90113; }

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

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

background-color css

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

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

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

border-color css

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

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

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