Html Css Color HEX #A80409 Sangria

📋 copy color: '#A80409'

red 168 ◦ green 4 ◦ blue 9

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

Shades of Sangria #A80409

Tints of Sangria #A80409

RGB

 RED value IS 168 (66.02% from 255) = 92.82%

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

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

R = 92.82%
G = 2.21%
B = 4.97%

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

#A80409 (or 0xA80409) is known color: Sangria. HEX triplet: A8, 04 and 09. RGB value is (168,4,9). Sum of RGB (Red+Green+Blue) = 168+4+9=181 (23% of max value = 765). Red value is 168 (66.02% from 255 or 92.82% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 168 - color contains mainly: red. Hex color #A80409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80409 is #57FBF6. Grayscale: #353535. Windows color (decimal): -5766135 or 591016. OLE color: 591016.

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

Color convert

RGB 168 4 9 -
CMYK 0 0.98 0.95 0.34
HSL 358.17º 0.95% 0.34% -
HSV(B) 358.17º 0.98% 0.66% -
XYZ 16.24 8.43 1.03 -
YUV 53.61 102.83 209.59 -
System Red Green Blue C M Y K H S L
Decimal 168 4 9 0 0.98 0.95 0.34 358.17 0.95 0.34
Hex A8 4 9 0 62 5F 22 166 5F 22
Octal 250 4 11 0 142 137 42 546 137 42
Binary 10101000 100 1001 0 1100010 1011111 100010 101100110 1011111 100010

Color Harmonies of #A80409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80409

Black with #A80409

Text Example


Text Example

White with #A80409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80409; }

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

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

background-color css

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

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

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

border-color css

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

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

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