Html Css Color HEX #AC212F Guardsman Red

📋 copy color: '#AC212F'

red 172 ◦ green 33 ◦ blue 47

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

Shades of Guardsman Red #AC212F

Tints of Guardsman Red #AC212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.1%

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 68.25%
G = 13.1%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC212F (or 0xAC212F) is known color: Guardsman Red. HEX triplet: AC, 21 and 2F. RGB value is (172,33,47). Sum of RGB (Red+Green+Blue) = 172+33+47=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC212F is #53DED0. Grayscale: #4C4C4C. Windows color (decimal): -5496529 or 3088812. OLE color: 3088812.

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

Color convert

RGB 172 33 47 -
CMYK 0 0.81 0.73 0.33
HSL 353.96º 0.68% 0.4% -
HSV(B) 353.96º 0.81% 0.67% -
XYZ 18.07 10.06 3.68 -
YUV 76.16 111.55 196.36 -
System Red Green Blue C M Y K H S L
Decimal 172 33 47 0 0.81 0.73 0.33 353.96 0.68 0.4
Hex AC 21 2F 0 51 49 21 162 44 28
Octal 254 41 57 0 121 111 41 542 104 50
Binary 10101100 100001 101111 0 1010001 1001001 100001 101100010 1000100 101000

Color Harmonies of #AC212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC212F

Black with #AC212F

Text Example


Text Example

White with #AC212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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