Html Css Color HEX #AC0407 Sangria

📋 copy color: '#AC0407'

red 172 ◦ green 4 ◦ blue 7

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

Shades of Sangria #AC0407

Tints of Sangria #AC0407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.83%

R = 93.99%
G = 2.19%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AC0407 (or 0xAC0407) is known color: Sangria. HEX triplet: AC, 04 and 07. RGB value is (172,4,7). Sum of RGB (Red+Green+Blue) = 172+4+7=183 (24% of max value = 765). Red value is 172 (67.58% from 255 or 93.99% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0407 is #53FBF8. Grayscale: #363636. Windows color (decimal): -5503993 or 459948. OLE color: 459948.

HSL color Cylindrical-coordinate representation of color #AC0407: hue angle of 358.93º 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 #AC0407 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 4 7 -
CMYK 0 0.98 0.96 0.33
HSL 358.93º 0.95% 0.35% -
HSV(B) 358.93º 0.98% 0.67% -
XYZ 17.1 8.87 1.01 -
YUV 54.57 101.16 211.76 -
System Red Green Blue C M Y K H S L
Decimal 172 4 7 0 0.98 0.96 0.33 358.93 0.95 0.35
Hex AC 4 7 0 62 60 21 167 5F 23
Octal 254 4 7 0 142 140 41 547 137 43
Binary 10101100 100 111 0 1100010 1100000 100001 101100111 1011111 100011

Color Harmonies of #AC0407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0407

Black with #AC0407

Text Example


Text Example

White with #AC0407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0407; }

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

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

background-color css

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

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

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

border-color css

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

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

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