Html Css Color HEX #A9050E Carmine

📋 copy color: '#A9050E'

red 169 ◦ green 5 ◦ blue 14

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

Shades of Carmine #A9050E

Tints of Carmine #A9050E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.45%

R = 89.89%
G = 2.66%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A9050E (or 0xA9050E) is known color: Carmine. HEX triplet: A9, 05 and 0E. RGB value is (169,5,14). Sum of RGB (Red+Green+Blue) = 169+5+14=188 (24% of max value = 765). Red value is 169 (66.41% from 255 or 89.89% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 169 - color contains mainly: red. Hex color #A9050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9050E is #56FAF1. Grayscale: #373737. Windows color (decimal): -5700338 or 918953. OLE color: 918953.

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

Color convert

RGB 169 5 14 -
CMYK 0 0.97 0.92 0.34
HSL 356.71º 0.94% 0.34% -
HSV(B) 356.71º 0.97% 0.66% -
XYZ 16.5 8.58 1.2 -
YUV 55.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 169 5 14 0 0.97 0.92 0.34 356.71 0.94 0.34
Hex A9 5 E 0 61 5C 22 165 5E 22
Octal 251 5 16 0 141 134 42 545 136 42
Binary 10101001 101 1110 0 1100001 1011100 100010 101100101 1011110 100010

Color Harmonies of #A9050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9050E

Black with #A9050E

Text Example


Text Example

White with #A9050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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