Html Css Color HEX #A90213 Carmine

📋 copy color: '#A90213'

red 169 ◦ green 2 ◦ blue 19

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

Shades of Carmine #A90213

Tints of Carmine #A90213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

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

R = 88.95%
G = 1.05%
B = 10%

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

#A90213 (or 0xA90213) is known color: Carmine. HEX triplet: A9, 02 and 13. RGB value is (169,2,19). Sum of RGB (Red+Green+Blue) = 169+2+19=190 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.95% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 169 - color contains mainly: red. Hex color #A90213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90213 is #56FDEC. Grayscale: #353535. Windows color (decimal): -5701101 or 1245865. OLE color: 1245865.

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

Color convert

RGB 169 2 19 -
CMYK 0 0.99 0.89 0.34
HSL 353.89º 0.98% 0.34% -
HSV(B) 353.89º 0.99% 0.66% -
XYZ 16.5 8.53 1.39 -
YUV 53.87 108.33 210.12 -
System Red Green Blue C M Y K H S L
Decimal 169 2 19 0 0.99 0.89 0.34 353.89 0.98 0.34
Hex A9 2 13 0 63 59 22 162 62 22
Octal 251 2 23 0 143 131 42 542 142 42
Binary 10101001 10 10011 0 1100011 1011001 100010 101100010 1100010 100010

Color Harmonies of #A90213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90213

Black with #A90213

Text Example


Text Example

White with #A90213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90213; }

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

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

background-color css

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

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

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

border-color css

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

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

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