Html Css Color HEX #A70509 Sangria

📋 copy color: '#A70509'

red 167 ◦ green 5 ◦ blue 9

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

Shades of Sangria #A70509

Tints of Sangria #A70509

RGB

 RED value IS 167 (65.63% from 255) = 92.27%

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

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

R = 92.27%
G = 2.76%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A70509 (or 0xA70509) is known color: Sangria. HEX triplet: A7, 05 and 09. RGB value is (167,5,9). Sum of RGB (Red+Green+Blue) = 167+5+9=181 (23% of max value = 765). Red value is 167 (65.62% from 255 or 92.27% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 167 - color contains mainly: red. Hex color #A70509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70509 is #58FAF6. Grayscale: #363636. Windows color (decimal): -5831415 or 591271. OLE color: 591271.

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

Color convert

RGB 167 5 9 -
CMYK 0 0.97 0.95 0.35
HSL 358.52º 0.94% 0.34% -
HSV(B) 358.52º 0.97% 0.65% -
XYZ 16.04 8.34 1.02 -
YUV 53.89 102.67 208.67 -
System Red Green Blue C M Y K H S L
Decimal 167 5 9 0 0.97 0.95 0.35 358.52 0.94 0.34
Hex A7 5 9 0 61 5F 23 167 5E 22
Octal 247 5 11 0 141 137 43 547 136 42
Binary 10100111 101 1001 0 1100001 1011111 100011 101100111 1011110 100010

Color Harmonies of #A70509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70509

Black with #A70509

Text Example


Text Example

White with #A70509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70509; }

 p { color: rgb(167,5,9); }

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

background-color css

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

 a { background-color: rgb(167,5,9); }

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

border-color css

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

 span { border-color: rgb(167,5,9); }

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