Html Css Color HEX #AC3B3C Guardsman Red

📋 copy color: '#AC3B3C'

red 172 ◦ green 59 ◦ blue 60

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

Shades of Guardsman Red #AC3B3C

Tints of Guardsman Red #AC3B3C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.27%

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 59.11%
G = 20.27%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC3B3C (or 0xAC3B3C) is known color: Guardsman Red. HEX triplet: AC, 3B and 3C. RGB value is (172,59,60). Sum of RGB (Red+Green+Blue) = 172+59+60=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3B3C is #53C4C3. Grayscale: #5D5D5D. Windows color (decimal): -5489860 or 3947436. OLE color: 3947436.

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

Color convert

RGB 172 59 60 -
CMYK 0 0.66 0.65 0.33
HSL 359.47º 0.49% 0.45% -
HSV(B) 359.47º 0.66% 0.67% -
XYZ 19.39 12.22 5.61 -
YUV 92.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 172 59 60 0 0.66 0.65 0.33 359.47 0.49 0.45
Hex AC 3B 3C 0 42 41 21 167 31 2D
Octal 254 73 74 0 102 101 41 547 61 55
Binary 10101100 111011 111100 0 1000010 1000001 100001 101100111 110001 101101

Color Harmonies of #AC3B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3B3C

Black with #AC3B3C

Text Example


Text Example

White with #AC3B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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