Html Css Color HEX #A80008 Sangria

📋 copy color: '#A80008'

red 168 ◦ green 0 ◦ blue 8

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

Shades of Sangria #A80008

Tints of Sangria #A80008

RGB

 RED value IS 168 (66.02% from 255) = 95.45%

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

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

R = 95.45%
G = 0%
B = 4.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A80008 (or 0xA80008) is known color: Sangria. HEX triplet: A8, 00 and 08. RGB value is (168,0,8). Sum of RGB (Red+Green+Blue) = 168+0+8=176 (23% of max value = 765). Red value is 168 (66.02% from 255 or 95.45% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 168 - color contains mainly: red. Hex color #A80008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80008 is #57FFF7. Grayscale: #333333. Windows color (decimal): -5767160 or 524456. OLE color: 524456.

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

Color convert

RGB 168 0 8 -
CMYK 0 1 0.95 0.34
HSL 357.14º 1% 0.33% -
HSV(B) 357.14º 1% 0.66% -
XYZ 16.19 8.34 0.99 -
YUV 51.14 103.66 211.35 -
System Red Green Blue C M Y K H S L
Decimal 168 0 8 0 1 0.95 0.34 357.14 1 0.33
Hex A8 0 8 0 64 5F 22 165 64 21
Octal 250 0 10 0 144 137 42 545 144 41
Binary 10101000 0 1000 0 1100100 1011111 100010 101100101 1100100 100001

Color Harmonies of #A80008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80008

Black with #A80008

Text Example


Text Example

White with #A80008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80008; }

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

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

background-color css

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

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

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

border-color css

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

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

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