Html Css Color HEX #A70005 Sangria

📋 copy color: '#A70005'

red 167 ◦ green 0 ◦ blue 5

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

Shades of Sangria #A70005

Tints of Sangria #A70005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.91%

R = 97.09%
G = 0%
B = 2.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A70005 (or 0xA70005) is known color: Sangria. HEX triplet: A7, 00 and 05. RGB value is (167,0,5). Sum of RGB (Red+Green+Blue) = 167+0+5=172 (22% of max value = 765). Red value is 167 (65.62% from 255 or 97.09% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 167 - color contains mainly: red. Hex color #A70005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70005 is #58FFFA. Grayscale: #323232. Windows color (decimal): -5832699 or 327847. OLE color: 327847.

HSL color Cylindrical-coordinate representation of color #A70005: hue angle of 358.2º 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 #A70005 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 0 5 -
CMYK 0 1 0.97 0.35
HSL 358.2º 1% 0.33% -
HSV(B) 358.2º 1% 0.65% -
XYZ 15.96 8.23 0.89 -
YUV 50.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 167 0 5 0 1 0.97 0.35 358.2 1 0.33
Hex A7 0 5 0 64 61 23 166 64 21
Octal 247 0 5 0 144 141 43 546 144 41
Binary 10100111 0 101 0 1100100 1100001 100011 101100110 1100100 100001

Color Harmonies of #A70005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70005

Black with #A70005

Text Example


Text Example

White with #A70005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70005; }

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

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

background-color css

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

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

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

border-color css

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

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

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