Html Css Color HEX #A70004 Sangria

📋 copy color: '#A70004'

red 167 ◦ green 0 ◦ blue 4

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

Shades of Sangria #A70004

Tints of Sangria #A70004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.34%

R = 97.66%
G = 0%
B = 2.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A70004 (or 0xA70004) is known color: Sangria. HEX triplet: A7, 00 and 04. RGB value is (167,0,4). Sum of RGB (Red+Green+Blue) = 167+0+4=171 (22% of max value = 765). Red value is 167 (65.62% from 255 or 97.66% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 167 - color contains mainly: red. Hex color #A70004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70004 is #58FFFB. Grayscale: #323232. Windows color (decimal): -5832700 or 262311. OLE color: 262311.

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

Color convert

RGB 167 0 4 -
CMYK 0 1 0.98 0.35
HSL 358.56º 1% 0.33% -
HSV(B) 358.56º 1% 0.65% -
XYZ 15.96 8.22 0.86 -
YUV 50.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 167 0 4 0 1 0.98 0.35 358.56 1 0.33
Hex A7 0 4 0 64 62 23 167 64 21
Octal 247 0 4 0 144 142 43 547 144 41
Binary 10100111 0 100 0 1100100 1100010 100011 101100111 1100100 100001

Color Harmonies of #A70004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70004

Black with #A70004

Text Example


Text Example

White with #A70004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70004; }

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

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

background-color css

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

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

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

border-color css

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

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

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