Html Css Color HEX #A70009 Sangria

📋 copy color: '#A70009'

red 167 ◦ green 0 ◦ blue 9

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

Shades of Sangria #A70009

Tints of Sangria #A70009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.89%
G = 0%
B = 5.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A70009 (or 0xA70009) is known color: Sangria. HEX triplet: A7, 00 and 09. RGB value is (167,0,9). Sum of RGB (Red+Green+Blue) = 167+0+9=176 (23% of max value = 765). Red value is 167 (65.62% from 255 or 94.89% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 167 - color contains mainly: red. Hex color #A70009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70009 is #58FFF6. Grayscale: #333333. Windows color (decimal): -5832695 or 589991. OLE color: 589991.

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

Color convert

RGB 167 0 9 -
CMYK 0 1 0.95 0.35
HSL 356.77º 1% 0.33% -
HSV(B) 356.77º 1% 0.65% -
XYZ 15.99 8.24 1.01 -
YUV 50.96 104.33 210.77 -
System Red Green Blue C M Y K H S L
Decimal 167 0 9 0 1 0.95 0.35 356.77 1 0.33
Hex A7 0 9 0 64 5F 23 165 64 21
Octal 247 0 11 0 144 137 43 545 144 41
Binary 10100111 0 1001 0 1100100 1011111 100011 101100101 1100100 100001

Color Harmonies of #A70009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70009

Black with #A70009

Text Example


Text Example

White with #A70009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70009; }

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

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

background-color css

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

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

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

border-color css

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

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

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