Html Css Color HEX #AC212B Guardsman Red

📋 copy color: '#AC212B'

red 172 ◦ green 33 ◦ blue 43

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

Shades of Guardsman Red #AC212B

Tints of Guardsman Red #AC212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.34%

R = 69.35%
G = 13.31%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC212B (or 0xAC212B) is known color: Guardsman Red. HEX triplet: AC, 21 and 2B. RGB value is (172,33,43). Sum of RGB (Red+Green+Blue) = 172+33+43=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC212B is #53DED4. Grayscale: #4B4B4B. Windows color (decimal): -5496533 or 2826668. OLE color: 2826668.

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

Color convert

RGB 172 33 43 -
CMYK 0 0.81 0.75 0.33
HSL 355.68º 0.68% 0.4% -
HSV(B) 355.68º 0.81% 0.67% -
XYZ 17.99 10.03 3.27 -
YUV 75.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 172 33 43 0 0.81 0.75 0.33 355.68 0.68 0.4
Hex AC 21 2B 0 51 4B 21 164 44 28
Octal 254 41 53 0 121 113 41 544 104 50
Binary 10101100 100001 101011 0 1010001 1001011 100001 101100100 1000100 101000

Color Harmonies of #AC212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC212B

Black with #AC212B

Text Example


Text Example

White with #AC212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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