Html Css Color HEX #A00208 Sangria

📋 copy color: '#A00208'

red 160 ◦ green 2 ◦ blue 8

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

Shades of Sangria #A00208

Tints of Sangria #A00208

RGB

 RED value IS 160 (62.89% from 255) = 94.12%

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

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

R = 94.12%
G = 1.18%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A00208 (or 0xA00208) is known color: Sangria. HEX triplet: A0, 02 and 08. RGB value is (160,2,8). Sum of RGB (Red+Green+Blue) = 160+2+8=170 (22% of max value = 765). Red value is 160 (62.89% from 255 or 94.12% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 160 - color contains mainly: red. Hex color #A00208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00208 is #5FFDF7. Grayscale: #323232. Windows color (decimal): -6290936 or 524960. OLE color: 524960.

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

Color convert

RGB 160 2 8 -
CMYK 0 0.99 0.95 0.37
HSL 357.72º 0.98% 0.32% -
HSV(B) 357.72º 0.99% 0.63% -
XYZ 14.56 7.53 0.92 -
YUV 49.93 104.35 206.51 -
System Red Green Blue C M Y K H S L
Decimal 160 2 8 0 0.99 0.95 0.37 357.72 0.98 0.32
Hex A0 2 8 0 63 5F 25 166 62 20
Octal 240 2 10 0 143 137 45 546 142 40
Binary 10100000 10 1000 0 1100011 1011111 100101 101100110 1100010 100000

Color Harmonies of #A00208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00208

Black with #A00208

Text Example


Text Example

White with #A00208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00208; }

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

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

background-color css

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

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

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

border-color css

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

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

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