Html Css Color HEX #AC0003 Sangria

📋 copy color: '#AC0003'

red 172 ◦ green 0 ◦ blue 3

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

Shades of Sangria #AC0003

Tints of Sangria #AC0003

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 3 (1.56% from 255) = 1.71%

R = 98.29%
G = 0%
B = 1.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC0003 (or 0xAC0003) is known color: Sangria. HEX triplet: AC, 00 and 03. RGB value is (172,0,3). Sum of RGB (Red+Green+Blue) = 172+0+3=175 (23% of max value = 765). Red value is 172 (67.58% from 255 or 98.29% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0003 is #53FFFC. Grayscale: #333333. Windows color (decimal): -5505021 or 196780. OLE color: 196780.

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

Color convert

RGB 172 0 3 -
CMYK 0 1 0.98 0.33
HSL 358.95º 1% 0.34% -
HSV(B) 358.95º 1% 0.67% -
XYZ 17.03 8.78 0.88 -
YUV 51.77 100.48 213.76 -
System Red Green Blue C M Y K H S L
Decimal 172 0 3 0 1 0.98 0.33 358.95 1 0.34
Hex AC 0 3 0 64 62 21 167 64 22
Octal 254 0 3 0 144 142 41 547 144 42
Binary 10101100 0 11 0 1100100 1100010 100001 101100111 1100100 100010

Color Harmonies of #AC0003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0003

Black with #AC0003

Text Example


Text Example

White with #AC0003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0003; }

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

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

background-color css

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

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

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

border-color css

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

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

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