Html Css Color HEX #AC2F34 Guardsman Red

📋 copy color: '#AC2F34'

red 172 ◦ green 47 ◦ blue 52

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

Shades of Guardsman Red #AC2F34

Tints of Guardsman Red #AC2F34

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.34%

 BLUE value IS 52 (20.7% from 255) = 19.19%

R = 63.47%
G = 17.34%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC2F34 (or 0xAC2F34) is known color: Guardsman Red. HEX triplet: AC, 2F and 34. RGB value is (172,47,52). Sum of RGB (Red+Green+Blue) = 172+47+52=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2F34 is #53D0CB. Grayscale: #555555. Windows color (decimal): -5492940 or 3420076. OLE color: 3420076.

HSL color Cylindrical-coordinate representation of color #AC2F34: hue angle of 357.6º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2F34 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 47 52 -
CMYK 0 0.73 0.70 0.33
HSL 357.6º 0.57% 0.43% -
HSV(B) 357.6º 0.73% 0.67% -
XYZ 18.65 11.05 4.4 -
YUV 84.95 109.41 190.09 -
System Red Green Blue C M Y K H S L
Decimal 172 47 52 0 0.73 0.70 0.33 357.6 0.57 0.43
Hex AC 2F 34 0 49 46 21 166 39 2B
Octal 254 57 64 0 111 106 41 546 71 53
Binary 10101100 101111 110100 0 1001001 1000110 100001 101100110 111001 101011

Color Harmonies of #AC2F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2F34

Black with #AC2F34

Text Example


Text Example

White with #AC2F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2F34; }

 p { color: rgb(172,47,52); }

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

background-color css

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

 a { background-color: rgb(172,47,52); }

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

border-color css

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

 span { border-color: rgb(172,47,52); }

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