Html Css Color HEX #A9040D Sangria

📋 copy color: '#A9040D'

red 169 ◦ green 4 ◦ blue 13

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

Shades of Sangria #A9040D

Tints of Sangria #A9040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.15%

 BLUE value IS 13 (5.47% from 255) = 6.99%

R = 90.86%
G = 2.15%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A9040D (or 0xA9040D) is known color: Sangria. HEX triplet: A9, 04 and 0D. RGB value is (169,4,13). Sum of RGB (Red+Green+Blue) = 169+4+13=186 (24% of max value = 765). Red value is 169 (66.41% from 255 or 90.86% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 169 - color contains mainly: red. Hex color #A9040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9040D is #56FBF2. Grayscale: #363636. Windows color (decimal): -5700595 or 853161. OLE color: 853161.

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

Color convert

RGB 169 4 13 -
CMYK 0 0.98 0.92 0.34
HSL 356.73º 0.95% 0.34% -
HSV(B) 356.73º 0.98% 0.66% -
XYZ 16.48 8.55 1.16 -
YUV 54.36 104.66 209.77 -
System Red Green Blue C M Y K H S L
Decimal 169 4 13 0 0.98 0.92 0.34 356.73 0.95 0.34
Hex A9 4 D 0 62 5C 22 165 5F 22
Octal 251 4 15 0 142 134 42 545 137 42
Binary 10101001 100 1101 0 1100010 1011100 100010 101100101 1011111 100010

Color Harmonies of #A9040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9040D

Black with #A9040D

Text Example


Text Example

White with #A9040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9040D; }

 p { color: rgb(169,4,13); }

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

background-color css

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

 a { background-color: rgb(169,4,13); }

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

border-color css

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

 span { border-color: rgb(169,4,13); }

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