Html Css Color HEX #A90409 Sangria

📋 copy color: '#A90409'

red 169 ◦ green 4 ◦ blue 9

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

Shades of Sangria #A90409

Tints of Sangria #A90409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.95%

R = 92.86%
G = 2.2%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A90409 (or 0xA90409) is known color: Sangria. HEX triplet: A9, 04 and 09. RGB value is (169,4,9). Sum of RGB (Red+Green+Blue) = 169+4+9=182 (24% of max value = 765). Red value is 169 (66.41% from 255 or 92.86% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 169 - color contains mainly: red. Hex color #A90409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90409 is #56FBF6. Grayscale: #363636. Windows color (decimal): -5700599 or 591017. OLE color: 591017.

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

Color convert

RGB 169 4 9 -
CMYK 0 0.98 0.95 0.34
HSL 358.18º 0.95% 0.34% -
HSV(B) 358.18º 0.98% 0.66% -
XYZ 16.45 8.54 1.04 -
YUV 53.91 102.66 210.09 -
System Red Green Blue C M Y K H S L
Decimal 169 4 9 0 0.98 0.95 0.34 358.18 0.95 0.34
Hex A9 4 9 0 62 5F 22 166 5F 22
Octal 251 4 11 0 142 137 42 546 137 42
Binary 10101001 100 1001 0 1100010 1011111 100010 101100110 1011111 100010

Color Harmonies of #A90409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90409

Black with #A90409

Text Example


Text Example

White with #A90409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90409; }

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

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

background-color css

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

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

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

border-color css

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

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

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