Html Css Color HEX #A8040D Sangria

📋 copy color: '#A8040D'

red 168 ◦ green 4 ◦ blue 13

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

Shades of Sangria #A8040D

Tints of Sangria #A8040D

RGB

 RED value IS 168 (66.02% from 255) = 90.81%

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

 BLUE value IS 13 (5.47% from 255) = 7.03%

R = 90.81%
G = 2.16%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8040D (or 0xA8040D) is known color: Sangria. HEX triplet: A8, 04 and 0D. RGB value is (168,4,13). Sum of RGB (Red+Green+Blue) = 168+4+13=185 (24% of max value = 765). Red value is 168 (66.02% from 255 or 90.81% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 168 - color contains mainly: red. Hex color #A8040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8040D is #57FBF2. Grayscale: #363636. Windows color (decimal): -5766131 or 853160. OLE color: 853160.

HSL color Cylindrical-coordinate representation of color #A8040D: hue angle of 356.71º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8040D is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 4 13 -
CMYK 0 0.98 0.92 0.34
HSL 356.71º 0.95% 0.34% -
HSV(B) 356.71º 0.98% 0.66% -
XYZ 16.26 8.44 1.15 -
YUV 54.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 168 4 13 0 0.98 0.92 0.34 356.71 0.95 0.34
Hex A8 4 D 0 62 5C 22 165 5F 22
Octal 250 4 15 0 142 134 42 545 137 42
Binary 10101000 100 1101 0 1100010 1011100 100010 101100101 1011111 100010

Color Harmonies of #A8040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8040D

Black with #A8040D

Text Example


Text Example

White with #A8040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8040D; }

 p { color: rgb(168,4,13); }

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

background-color css

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

 a { background-color: rgb(168,4,13); }

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

border-color css

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

 span { border-color: rgb(168,4,13); }

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