Html Css Color HEX #A90919 Carmine

📋 copy color: '#A90919'

red 169 ◦ green 9 ◦ blue 25

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

Shades of Carmine #A90919

Tints of Carmine #A90919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.43%

 BLUE value IS 25 (10.16% from 255) = 12.32%

R = 83.25%
G = 4.43%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A90919 (or 0xA90919) is known color: Carmine. HEX triplet: A9, 09 and 19. RGB value is (169,9,25). Sum of RGB (Red+Green+Blue) = 169+9+25=203 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.25% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 169 - color contains mainly: red. Hex color #A90919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90919 is #56F6E6. Grayscale: #3A3A3A. Windows color (decimal): -5699303 or 1640873. OLE color: 1640873.

HSL color Cylindrical-coordinate representation of color #A90919: hue angle of 354º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90919 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 9 25 -
CMYK 0 0.95 0.85 0.34
HSL 354º 0.9% 0.35% -
HSV(B) 354º 0.95% 0.66% -
XYZ 16.64 8.7 1.72 -
YUV 58.66 109.01 206.7 -
System Red Green Blue C M Y K H S L
Decimal 169 9 25 0 0.95 0.85 0.34 354 0.9 0.35
Hex A9 9 19 0 5F 55 22 162 5A 23
Octal 251 11 31 0 137 125 42 542 132 43
Binary 10101001 1001 11001 0 1011111 1010101 100010 101100010 1011010 100011

Color Harmonies of #A90919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90919

Black with #A90919

Text Example


Text Example

White with #A90919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90919; }

 p { color: rgb(169,9,25); }

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

background-color css

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

 a { background-color: rgb(169,9,25); }

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

border-color css

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

 span { border-color: rgb(169,9,25); }

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