Html Css Color HEX #A4080D Sangria

📋 copy color: '#A4080D'

red 164 ◦ green 8 ◦ blue 13

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

Shades of Sangria #A4080D

Tints of Sangria #A4080D

RGB

 RED value IS 164 (64.45% from 255) = 88.65%

 GREEN value IS 8 (3.52% from 255) = 4.32%

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

R = 88.65%
G = 4.32%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A4080D (or 0xA4080D) is known color: Sangria. HEX triplet: A4, 08 and 0D. RGB value is (164,8,13). Sum of RGB (Red+Green+Blue) = 164+8+13=185 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.65% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 164 - color contains mainly: red. Hex color #A4080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4080D is #5BF7F2. Grayscale: #373737. Windows color (decimal): -6027251 or 854180. OLE color: 854180.

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

Color convert

RGB 164 8 13 -
CMYK 0 0.95 0.92 0.36
HSL 358.08º 0.91% 0.34% -
HSV(B) 358.08º 0.95% 0.64% -
XYZ 15.47 8.1 1.13 -
YUV 55.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 164 8 13 0 0.95 0.92 0.36 358.08 0.91 0.34
Hex A4 8 D 0 5F 5C 24 166 5B 22
Octal 244 10 15 0 137 134 44 546 133 42
Binary 10100100 1000 1101 0 1011111 1011100 100100 101100110 1011011 100010

Color Harmonies of #A4080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4080D

Black with #A4080D

Text Example


Text Example

White with #A4080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4080D; }

 p { color: rgb(164,8,13); }

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

background-color css

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

 a { background-color: rgb(164,8,13); }

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

border-color css

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

 span { border-color: rgb(164,8,13); }

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