Html Css Color HEX #A70008 Sangria

📋 copy color: '#A70008'

red 167 ◦ green 0 ◦ blue 8

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

Shades of Sangria #A70008

Tints of Sangria #A70008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.57%

R = 95.43%
G = 0%
B = 4.57%

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

#A70008 (or 0xA70008) is known color: Sangria. HEX triplet: A7, 00 and 08. RGB value is (167,0,8). Sum of RGB (Red+Green+Blue) = 167+0+8=175 (23% of max value = 765). Red value is 167 (65.62% from 255 or 95.43% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 167 - color contains mainly: red. Hex color #A70008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70008 is #58FFF7. Grayscale: #323232. Windows color (decimal): -5832696 or 524455. OLE color: 524455.

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

Color convert

RGB 167 0 8 -
CMYK 0 1 0.95 0.35
HSL 357.13º 1% 0.33% -
HSV(B) 357.13º 1% 0.65% -
XYZ 15.98 8.23 0.98 -
YUV 50.85 103.83 210.85 -
System Red Green Blue C M Y K H S L
Decimal 167 0 8 0 1 0.95 0.35 357.13 1 0.33
Hex A7 0 8 0 64 5F 23 165 64 21
Octal 247 0 10 0 144 137 43 545 144 41
Binary 10100111 0 1000 0 1100100 1011111 100011 101100101 1100100 100001

Color Harmonies of #A70008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70008

Black with #A70008

Text Example


Text Example

White with #A70008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70008; }

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

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

background-color css

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

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

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

border-color css

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

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

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