Html Css Color HEX #AC0307 Sangria

📋 copy color: '#AC0307'

red 172 ◦ green 3 ◦ blue 7

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

Shades of Sangria #AC0307

Tints of Sangria #AC0307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.65%

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

R = 94.51%
G = 1.65%
B = 3.85%

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

#AC0307 (or 0xAC0307) is known color: Sangria. HEX triplet: AC, 03 and 07. RGB value is (172,3,7). Sum of RGB (Red+Green+Blue) = 172+3+7=182 (24% of max value = 765). Red value is 172 (67.58% from 255 or 94.51% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0307 is #53FCF8. Grayscale: #363636. Windows color (decimal): -5504249 or 459692. OLE color: 459692.

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

Color convert

RGB 172 3 7 -
CMYK 0 0.98 0.96 0.33
HSL 358.58º 0.97% 0.34% -
HSV(B) 358.58º 0.98% 0.67% -
XYZ 17.08 8.85 1.01 -
YUV 53.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 172 3 7 0 0.98 0.96 0.33 358.58 0.97 0.34
Hex AC 3 7 0 62 60 21 167 61 22
Octal 254 3 7 0 142 140 41 547 141 42
Binary 10101100 11 111 0 1100010 1100000 100001 101100111 1100001 100010

Color Harmonies of #AC0307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0307

Black with #AC0307

Text Example


Text Example

White with #AC0307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0307; }

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

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

background-color css

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

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

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

border-color css

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

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

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