Html Css Color HEX #AC090D Sangria

📋 copy color: '#AC090D'

red 172 ◦ green 9 ◦ blue 13

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

Shades of Sangria #AC090D

Tints of Sangria #AC090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

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

R = 88.66%
G = 4.64%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC090D (or 0xAC090D) is known color: Sangria. HEX triplet: AC, 09 and 0D. RGB value is (172,9,13). Sum of RGB (Red+Green+Blue) = 172+9+13=194 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.66% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 172 - color contains mainly: red. Hex color #AC090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC090D is #53F6F2. Grayscale: #3A3A3A. Windows color (decimal): -5502707 or 854444. OLE color: 854444.

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

Color convert

RGB 172 9 13 -
CMYK 0 0.95 0.92 0.33
HSL 358.53º 0.9% 0.35% -
HSV(B) 358.53º 0.95% 0.67% -
XYZ 17.18 9 1.21 -
YUV 58.19 102.5 209.17 -
System Red Green Blue C M Y K H S L
Decimal 172 9 13 0 0.95 0.92 0.33 358.53 0.9 0.35
Hex AC 9 D 0 5F 5C 21 167 5A 23
Octal 254 11 15 0 137 134 41 547 132 43
Binary 10101100 1001 1101 0 1011111 1011100 100001 101100111 1011010 100011

Color Harmonies of #AC090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC090D

Black with #AC090D

Text Example


Text Example

White with #AC090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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