Html Css Color HEX #A20208 Sangria

📋 copy color: '#A20208'

red 162 ◦ green 2 ◦ blue 8

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

Shades of Sangria #A20208

Tints of Sangria #A20208

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 94.19%
G = 1.16%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A20208 (or 0xA20208) is known color: Sangria. HEX triplet: A2, 02 and 08. RGB value is (162,2,8). Sum of RGB (Red+Green+Blue) = 162+2+8=172 (22% of max value = 765). Red value is 162 (63.67% from 255 or 94.19% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 162 - color contains mainly: red. Hex color #A20208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20208 is #5DFDF7. Grayscale: #323232. Windows color (decimal): -6159864 or 524962. OLE color: 524962.

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

Color convert

RGB 162 2 8 -
CMYK 0 0.99 0.95 0.36
HSL 357.75º 0.98% 0.32% -
HSV(B) 357.75º 0.99% 0.64% -
XYZ 14.97 7.74 0.94 -
YUV 50.52 104.01 207.51 -
System Red Green Blue C M Y K H S L
Decimal 162 2 8 0 0.99 0.95 0.36 357.75 0.98 0.32
Hex A2 2 8 0 63 5F 24 166 62 20
Octal 242 2 10 0 143 137 44 546 142 40
Binary 10100010 10 1000 0 1100011 1011111 100100 101100110 1100010 100000

Color Harmonies of #A20208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20208

Black with #A20208

Text Example


Text Example

White with #A20208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20208; }

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

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

background-color css

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

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

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

border-color css

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

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

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