Html Css Color HEX #A0040C Sangria

📋 copy color: '#A0040C'

red 160 ◦ green 4 ◦ blue 12

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

Shades of Sangria #A0040C

Tints of Sangria #A0040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.82%

R = 90.91%
G = 2.27%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0040C (or 0xA0040C) is known color: Sangria. HEX triplet: A0, 04 and 0C. RGB value is (160,4,12). Sum of RGB (Red+Green+Blue) = 160+4+12=176 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.91% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 160 - color contains mainly: red. Hex color #A0040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0040C is #5FFBF3. Grayscale: #333333. Windows color (decimal): -6290420 or 787616. OLE color: 787616.

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

Color convert

RGB 160 4 12 -
CMYK 0 0.98 0.93 0.37
HSL 356.92º 0.95% 0.32% -
HSV(B) 356.92º 0.98% 0.63% -
XYZ 14.61 7.59 1.04 -
YUV 51.56 105.68 205.35 -
System Red Green Blue C M Y K H S L
Decimal 160 4 12 0 0.98 0.93 0.37 356.92 0.95 0.32
Hex A0 4 C 0 62 5D 25 165 5F 20
Octal 240 4 14 0 142 135 45 545 137 40
Binary 10100000 100 1100 0 1100010 1011101 100101 101100101 1011111 100000

Color Harmonies of #A0040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0040C

Black with #A0040C

Text Example


Text Example

White with #A0040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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