Html Css Color HEX #AC050D Sangria

📋 copy color: '#AC050D'

red 172 ◦ green 5 ◦ blue 13

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

Shades of Sangria #AC050D

Tints of Sangria #AC050D

RGB

 RED value IS 172 (67.58% from 255) = 90.53%

 GREEN value IS 5 (2.34% from 255) = 2.63%

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

R = 90.53%
G = 2.63%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC050D (or 0xAC050D) is known color: Sangria. HEX triplet: AC, 05 and 0D. RGB value is (172,5,13). Sum of RGB (Red+Green+Blue) = 172+5+13=190 (25% of max value = 765). Red value is 172 (67.58% from 255 or 90.53% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 172 - color contains mainly: red. Hex color #AC050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC050D is #53FAF2. Grayscale: #373737. Windows color (decimal): -5503731 or 853420. OLE color: 853420.

HSL color Cylindrical-coordinate representation of color #AC050D: hue angle of 357.13º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC050D is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 5 13 -
CMYK 0 0.97 0.92 0.33
HSL 357.13º 0.94% 0.35% -
HSV(B) 357.13º 0.97% 0.67% -
XYZ 17.14 8.91 1.2 -
YUV 55.85 103.83 210.85 -
System Red Green Blue C M Y K H S L
Decimal 172 5 13 0 0.97 0.92 0.33 357.13 0.94 0.35
Hex AC 5 D 0 61 5C 21 165 5E 23
Octal 254 5 15 0 141 134 41 545 136 43
Binary 10101100 101 1101 0 1100001 1011100 100001 101100101 1011110 100011

Color Harmonies of #AC050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC050D

Black with #AC050D

Text Example


Text Example

White with #AC050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC050D; }

 p { color: rgb(172,5,13); }

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

background-color css

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

 a { background-color: rgb(172,5,13); }

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

border-color css

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

 span { border-color: rgb(172,5,13); }

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