Html Css Color HEX #AC212E Guardsman Red

📋 copy color: '#AC212E'

red 172 ◦ green 33 ◦ blue 46

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

Shades of Guardsman Red #AC212E

Tints of Guardsman Red #AC212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.33%

R = 68.53%
G = 13.15%
B = 18.33%

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

#AC212E (or 0xAC212E) is known color: Guardsman Red. HEX triplet: AC, 21 and 2E. RGB value is (172,33,46). Sum of RGB (Red+Green+Blue) = 172+33+46=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC212E is #53DED1. Grayscale: #4C4C4C. Windows color (decimal): -5496530 or 3023276. OLE color: 3023276.

HSL color Cylindrical-coordinate representation of color #AC212E: hue angle of 354.39º 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 #AC212E is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 33 46 -
CMYK 0 0.81 0.73 0.33
HSL 354.39º 0.68% 0.4% -
HSV(B) 354.39º 0.81% 0.67% -
XYZ 18.05 10.06 3.57 -
YUV 76.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 172 33 46 0 0.81 0.73 0.33 354.39 0.68 0.4
Hex AC 21 2E 0 51 49 21 162 44 28
Octal 254 41 56 0 121 111 41 542 104 50
Binary 10101100 100001 101110 0 1010001 1001001 100001 101100010 1000100 101000

Color Harmonies of #AC212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC212E

Black with #AC212E

Text Example


Text Example

White with #AC212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC212E; }

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

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

background-color css

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

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

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

border-color css

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

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

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