Html Css Color HEX #A90513 Carmine

📋 copy color: '#A90513'

red 169 ◦ green 5 ◦ blue 19

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

Shades of Carmine #A90513

Tints of Carmine #A90513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.59%

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

R = 87.56%
G = 2.59%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A90513 (or 0xA90513) is known color: Carmine. HEX triplet: A9, 05 and 13. RGB value is (169,5,19). Sum of RGB (Red+Green+Blue) = 169+5+19=193 (25% of max value = 765). Red value is 169 (66.41% from 255 or 87.56% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 169 - color contains mainly: red. Hex color #A90513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90513 is #56FAEC. Grayscale: #373737. Windows color (decimal): -5700333 or 1246633. OLE color: 1246633.

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

Color convert

RGB 169 5 19 -
CMYK 0 0.97 0.89 0.34
HSL 354.88º 0.94% 0.34% -
HSV(B) 354.88º 0.97% 0.66% -
XYZ 16.53 8.59 1.4 -
YUV 55.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 169 5 19 0 0.97 0.89 0.34 354.88 0.94 0.34
Hex A9 5 13 0 61 59 22 163 5E 22
Octal 251 5 23 0 141 131 42 543 136 42
Binary 10101001 101 10011 0 1100001 1011001 100010 101100011 1011110 100010

Color Harmonies of #A90513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90513

Black with #A90513

Text Example


Text Example

White with #A90513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90513; }

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

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

background-color css

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

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

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

border-color css

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

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

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