Html Css Color HEX #A90613 Carmine

📋 copy color: '#A90613'

red 169 ◦ green 6 ◦ blue 19

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

Shades of Carmine #A90613

Tints of Carmine #A90613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.09%

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

R = 87.11%
G = 3.09%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A90613 (or 0xA90613) is known color: Carmine. HEX triplet: A9, 06 and 13. RGB value is (169,6,19). Sum of RGB (Red+Green+Blue) = 169+6+19=194 (25% of max value = 765). Red value is 169 (66.41% from 255 or 87.11% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 169 - color contains mainly: red. Hex color #A90613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90613 is #56F9EC. Grayscale: #383838. Windows color (decimal): -5700077 or 1246889. OLE color: 1246889.

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

Color convert

RGB 169 6 19 -
CMYK 0 0.96 0.89 0.34
HSL 355.21º 0.93% 0.34% -
HSV(B) 355.21º 0.96% 0.66% -
XYZ 16.54 8.61 1.41 -
YUV 56.22 107 208.44 -
System Red Green Blue C M Y K H S L
Decimal 169 6 19 0 0.96 0.89 0.34 355.21 0.93 0.34
Hex A9 6 13 0 60 59 22 163 5D 22
Octal 251 6 23 0 140 131 42 543 135 42
Binary 10101001 110 10011 0 1100000 1011001 100010 101100011 1011101 100010

Color Harmonies of #A90613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90613

Black with #A90613

Text Example


Text Example

White with #A90613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90613; }

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

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

background-color css

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

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

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

border-color css

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

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

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