Html Css Color HEX #AC3A3B Guardsman Red

📋 copy color: '#AC3A3B'

red 172 ◦ green 58 ◦ blue 59

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

Shades of Guardsman Red #AC3A3B

Tints of Guardsman Red #AC3A3B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.07%

 BLUE value IS 59 (23.44% from 255) = 20.42%

R = 59.52%
G = 20.07%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC3A3B (or 0xAC3A3B) is known color: Guardsman Red. HEX triplet: AC, 3A and 3B. RGB value is (172,58,59). Sum of RGB (Red+Green+Blue) = 172+58+59=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A3B is #53C5C4. Grayscale: #5C5C5C. Windows color (decimal): -5490117 or 3881644. OLE color: 3881644.

HSL color Cylindrical-coordinate representation of color #AC3A3B: hue angle of 359.47º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC3A3B is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 58 59 -
CMYK 0 0.66 0.66 0.33
HSL 359.47º 0.5% 0.45% -
HSV(B) 359.47º 0.66% 0.67% -
XYZ 19.32 12.11 5.46 -
YUV 92.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 172 58 59 0 0.66 0.66 0.33 359.47 0.5 0.45
Hex AC 3A 3B 0 42 42 21 167 32 2D
Octal 254 72 73 0 102 102 41 547 62 55
Binary 10101100 111010 111011 0 1000010 1000010 100001 101100111 110010 101101

Color Harmonies of #AC3A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A3B

Black with #AC3A3B

Text Example


Text Example

White with #AC3A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A3B; }

 p { color: rgb(172,58,59); }

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

background-color css

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

 a { background-color: rgb(172,58,59); }

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

border-color css

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

 span { border-color: rgb(172,58,59); }

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