Html Css Color HEX #A0040F Sangria

📋 copy color: '#A0040F'

red 160 ◦ green 4 ◦ blue 15

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

Shades of Sangria #A0040F

Tints of Sangria #A0040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.38%

R = 89.39%
G = 2.23%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0040F (or 0xA0040F) is known color: Sangria. HEX triplet: A0, 04 and 0F. RGB value is (160,4,15). Sum of RGB (Red+Green+Blue) = 160+4+15=179 (23% of max value = 765). Red value is 160 (62.89% from 255 or 89.39% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 160 - color contains mainly: red. Hex color #A0040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0040F is #5FFBF0. Grayscale: #343434. Windows color (decimal): -6290417 or 984224. OLE color: 984224.

HSL color Cylindrical-coordinate representation of color #A0040F: hue angle of 355.77º 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 #A0040F is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 4 15 -
CMYK 0 0.98 0.91 0.37
HSL 355.77º 0.95% 0.32% -
HSV(B) 355.77º 0.98% 0.63% -
XYZ 14.63 7.59 1.15 -
YUV 51.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 160 4 15 0 0.98 0.91 0.37 355.77 0.95 0.32
Hex A0 4 F 0 62 5B 25 164 5F 20
Octal 240 4 17 0 142 133 45 544 137 40
Binary 10100000 100 1111 0 1100010 1011011 100101 101100100 1011111 100000

Color Harmonies of #A0040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0040F

Black with #A0040F

Text Example


Text Example

White with #A0040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0040F; }

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

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

background-color css

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

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

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

border-color css

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

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

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