Html Css Color HEX #AC040B Sangria

📋 copy color: '#AC040B'

red 172 ◦ green 4 ◦ blue 11

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

Shades of Sangria #AC040B

Tints of Sangria #AC040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.88%

R = 91.98%
G = 2.14%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC040B (or 0xAC040B) is known color: Sangria. HEX triplet: AC, 04 and 0B. RGB value is (172,4,11). Sum of RGB (Red+Green+Blue) = 172+4+11=187 (24% of max value = 765). Red value is 172 (67.58% from 255 or 91.98% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 172 - color contains mainly: red. Hex color #AC040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC040B is #53FBF4. Grayscale: #373737. Windows color (decimal): -5503989 or 722092. OLE color: 722092.

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

Color convert

RGB 172 4 11 -
CMYK 0 0.98 0.94 0.33
HSL 357.5º 0.95% 0.35% -
HSV(B) 357.5º 0.98% 0.67% -
XYZ 17.12 8.88 1.13 -
YUV 55.03 103.16 211.43 -
System Red Green Blue C M Y K H S L
Decimal 172 4 11 0 0.98 0.94 0.33 357.5 0.95 0.35
Hex AC 4 B 0 62 5E 21 166 5F 23
Octal 254 4 13 0 142 136 41 546 137 43
Binary 10101100 100 1011 0 1100010 1011110 100001 101100110 1011111 100011

Color Harmonies of #AC040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC040B

Black with #AC040B

Text Example


Text Example

White with #AC040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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