Html Css Color HEX #A00506 Sangria

📋 copy color: '#A00506'

red 160 ◦ green 5 ◦ blue 6

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

Shades of Sangria #A00506

Tints of Sangria #A00506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.92%

 BLUE value IS 6 (2.73% from 255) = 3.51%

R = 93.57%
G = 2.92%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A00506 (or 0xA00506) is known color: Sangria. HEX triplet: A0, 05 and 06. RGB value is (160,5,6). Sum of RGB (Red+Green+Blue) = 160+5+6=171 (22% of max value = 765). Red value is 160 (62.89% from 255 or 93.57% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 160 - color contains mainly: red. Hex color #A00506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00506 is #5FFAF9. Grayscale: #333333. Windows color (decimal): -6290170 or 394656. OLE color: 394656.

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

Color convert

RGB 160 5 6 -
CMYK 0 0.97 0.96 0.37
HSL 359.61º 0.94% 0.32% -
HSV(B) 359.61º 0.97% 0.63% -
XYZ 14.58 7.6 0.87 -
YUV 51.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 160 5 6 0 0.97 0.96 0.37 359.61 0.94 0.32
Hex A0 5 6 0 61 60 25 168 5E 20
Octal 240 5 6 0 141 140 45 550 136 40
Binary 10100000 101 110 0 1100001 1100000 100101 101101000 1011110 100000

Color Harmonies of #A00506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00506

Black with #A00506

Text Example


Text Example

White with #A00506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00506; }

 p { color: rgb(160,5,6); }

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

background-color css

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

 a { background-color: rgb(160,5,6); }

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

border-color css

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

 span { border-color: rgb(160,5,6); }

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