Html Css Color HEX #AC2B2F Guardsman Red

📋 copy color: '#AC2B2F'

red 172 ◦ green 43 ◦ blue 47

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

Shades of Guardsman Red #AC2B2F

Tints of Guardsman Red #AC2B2F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.41%

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

R = 65.65%
G = 16.41%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC2B2F (or 0xAC2B2F) is known color: Guardsman Red. HEX triplet: AC, 2B and 2F. RGB value is (172,43,47). Sum of RGB (Red+Green+Blue) = 172+43+47=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2B2F is #53D4D0. Grayscale: #525252. Windows color (decimal): -5493969 or 3091372. OLE color: 3091372.

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

Color convert

RGB 172 43 47 -
CMYK 0 0.75 0.73 0.33
HSL 358.14º 0.6% 0.42% -
HSV(B) 358.14º 0.75% 0.67% -
XYZ 18.39 10.7 3.79 -
YUV 82.03 108.24 192.17 -
System Red Green Blue C M Y K H S L
Decimal 172 43 47 0 0.75 0.73 0.33 358.14 0.6 0.42
Hex AC 2B 2F 0 4B 49 21 166 3C 2A
Octal 254 53 57 0 113 111 41 546 74 52
Binary 10101100 101011 101111 0 1001011 1001001 100001 101100110 111100 101010

Color Harmonies of #AC2B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B2F

Black with #AC2B2F

Text Example


Text Example

White with #AC2B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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