Html Css Color HEX #A0040A Sangria

📋 copy color: '#A0040A'

red 160 ◦ green 4 ◦ blue 10

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

Shades of Sangria #A0040A

Tints of Sangria #A0040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.3%

 BLUE value IS 10 (4.3% from 255) = 5.75%

R = 91.95%
G = 2.3%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A0040A (or 0xA0040A) is known color: Sangria. HEX triplet: A0, 04 and 0A. RGB value is (160,4,10). Sum of RGB (Red+Green+Blue) = 160+4+10=174 (23% of max value = 765). Red value is 160 (62.89% from 255 or 91.95% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 160 - color contains mainly: red. Hex color #A0040A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0040A is #5FFBF5. Grayscale: #333333. Windows color (decimal): -6290422 or 656544. OLE color: 656544.

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

Color convert

RGB 160 4 10 -
CMYK 0 0.98 0.94 0.37
HSL 357.69º 0.95% 0.32% -
HSV(B) 357.69º 0.98% 0.63% -
XYZ 14.6 7.58 0.98 -
YUV 51.33 104.68 205.51 -
System Red Green Blue C M Y K H S L
Decimal 160 4 10 0 0.98 0.94 0.37 357.69 0.95 0.32
Hex A0 4 A 0 62 5E 25 166 5F 20
Octal 240 4 12 0 142 136 45 546 137 40
Binary 10100000 100 1010 0 1100010 1011110 100101 101100110 1011111 100000

Color Harmonies of #A0040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0040A

Black with #A0040A

Text Example


Text Example

White with #A0040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0040A; }

 p { color: rgb(160,4,10); }

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

background-color css

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

 a { background-color: rgb(160,4,10); }

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

border-color css

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

 span { border-color: rgb(160,4,10); }

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