Html Css Color HEX #A20008 Sangria

📋 copy color: '#A20008'

red 162 ◦ green 0 ◦ blue 8

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

Shades of Sangria #A20008

Tints of Sangria #A20008

RGB

 RED value IS 162 (63.67% from 255) = 95.29%

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

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

R = 95.29%
G = 0%
B = 4.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A20008 (or 0xA20008) is known color: Sangria. HEX triplet: A2, 00 and 08. RGB value is (162,0,8). Sum of RGB (Red+Green+Blue) = 162+0+8=170 (22% of max value = 765). Red value is 162 (63.67% from 255 or 95.29% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 162 - color contains mainly: red. Hex color #A20008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20008 is #5DFFF7. Grayscale: #313131. Windows color (decimal): -6160376 or 524450. OLE color: 524450.

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

Color convert

RGB 162 0 8 -
CMYK 0 1 0.95 0.36
HSL 357.04º 1% 0.32% -
HSV(B) 357.04º 1% 0.64% -
XYZ 14.94 7.7 0.93 -
YUV 49.35 104.67 208.35 -
System Red Green Blue C M Y K H S L
Decimal 162 0 8 0 1 0.95 0.36 357.04 1 0.32
Hex A2 0 8 0 64 5F 24 165 64 20
Octal 242 0 10 0 144 137 44 545 144 40
Binary 10100010 0 1000 0 1100100 1011111 100100 101100101 1100100 100000

Color Harmonies of #A20008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20008

Black with #A20008

Text Example


Text Example

White with #A20008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20008; }

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

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

background-color css

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

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

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

border-color css

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

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

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