Html Css Color HEX #AC373B Guardsman Red

📋 copy color: '#AC373B'

red 172 ◦ green 55 ◦ blue 59

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

Shades of Guardsman Red #AC373B

Tints of Guardsman Red #AC373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.23%

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 60.14%
G = 19.23%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC373B (or 0xAC373B) is known color: Guardsman Red. HEX triplet: AC, 37 and 3B. RGB value is (172,55,59). Sum of RGB (Red+Green+Blue) = 172+55+59=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC373B is #53C8C4. Grayscale: #5A5A5A. Windows color (decimal): -5490885 or 3880876. OLE color: 3880876.

HSL color Cylindrical-coordinate representation of color #AC373B: hue angle of 357.95º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC373B is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 55 59 -
CMYK 0 0.68 0.66 0.33
HSL 357.95º 0.52% 0.45% -
HSV(B) 357.95º 0.68% 0.67% -
XYZ 19.17 11.82 5.41 -
YUV 90.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 172 55 59 0 0.68 0.66 0.33 357.95 0.52 0.45
Hex AC 37 3B 0 44 42 21 166 34 2D
Octal 254 67 73 0 104 102 41 546 64 55
Binary 10101100 110111 111011 0 1000100 1000010 100001 101100110 110100 101101

Color Harmonies of #AC373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC373B

Black with #AC373B

Text Example


Text Example

White with #AC373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC373B; }

 p { color: rgb(172,55,59); }

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

background-color css

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

 a { background-color: rgb(172,55,59); }

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

border-color css

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

 span { border-color: rgb(172,55,59); }

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