Html Css Color HEX #A0040B Sangria

📋 copy color: '#A0040B'

red 160 ◦ green 4 ◦ blue 11

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

Shades of Sangria #A0040B

Tints of Sangria #A0040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.29%

R = 91.43%
G = 2.29%
B = 6.29%

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

#A0040B (or 0xA0040B) is known color: Sangria. HEX triplet: A0, 04 and 0B. RGB value is (160,4,11). Sum of RGB (Red+Green+Blue) = 160+4+11=175 (23% of max value = 765). Red value is 160 (62.89% from 255 or 91.43% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 160 - color contains mainly: red. Hex color #A0040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0040B is #5FFBF4. Grayscale: #333333. Windows color (decimal): -6290421 or 722080. OLE color: 722080.

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

Color convert

RGB 160 4 11 -
CMYK 0 0.98 0.93 0.37
HSL 357.31º 0.95% 0.32% -
HSV(B) 357.31º 0.98% 0.63% -
XYZ 14.6 7.58 1.01 -
YUV 51.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 160 4 11 0 0.98 0.93 0.37 357.31 0.95 0.32
Hex A0 4 B 0 62 5D 25 165 5F 20
Octal 240 4 13 0 142 135 45 545 137 40
Binary 10100000 100 1011 0 1100010 1011101 100101 101100101 1011111 100000

Color Harmonies of #A0040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0040B

Black with #A0040B

Text Example


Text Example

White with #A0040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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