Html Css Color HEX #AC0B0D Sangria

📋 copy color: '#AC0B0D'

red 172 ◦ green 11 ◦ blue 13

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

Shades of Sangria #AC0B0D

Tints of Sangria #AC0B0D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.61%

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

R = 87.76%
G = 5.61%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC0B0D (or 0xAC0B0D) is known color: Sangria. HEX triplet: AC, 0B and 0D. RGB value is (172,11,13). Sum of RGB (Red+Green+Blue) = 172+11+13=196 (25% of max value = 765). Red value is 172 (67.58% from 255 or 87.76% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0B0D is #53F4F2. Grayscale: #3B3B3B. Windows color (decimal): -5502195 or 854956. OLE color: 854956.

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

Color convert

RGB 172 11 13 -
CMYK 0 0.94 0.92 0.33
HSL 359.25º 0.88% 0.36% -
HSV(B) 359.25º 0.94% 0.67% -
XYZ 17.21 9.04 1.22 -
YUV 59.37 101.84 208.34 -
System Red Green Blue C M Y K H S L
Decimal 172 11 13 0 0.94 0.92 0.33 359.25 0.88 0.36
Hex AC B D 0 5E 5C 21 167 58 24
Octal 254 13 15 0 136 134 41 547 130 44
Binary 10101100 1011 1101 0 1011110 1011100 100001 101100111 1011000 100100

Color Harmonies of #AC0B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B0D

Black with #AC0B0D

Text Example


Text Example

White with #AC0B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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