Html Css Color HEX #AC3A3E Guardsman Red

📋 copy color: '#AC3A3E'

red 172 ◦ green 58 ◦ blue 62

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

Shades of Guardsman Red #AC3A3E

Tints of Guardsman Red #AC3A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.23%

R = 58.9%
G = 19.86%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC3A3E (or 0xAC3A3E) is known color: Guardsman Red. HEX triplet: AC, 3A and 3E. RGB value is (172,58,62). Sum of RGB (Red+Green+Blue) = 172+58+62=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A3E is #53C5C1. Grayscale: #5C5C5C. Windows color (decimal): -5490114 or 4078252. OLE color: 4078252.

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

Color convert

RGB 172 58 62 -
CMYK 0 0.66 0.64 0.33
HSL 357.89º 0.5% 0.45% -
HSV(B) 357.89º 0.66% 0.67% -
XYZ 19.4 12.14 5.88 -
YUV 92.54 110.77 184.67 -
System Red Green Blue C M Y K H S L
Decimal 172 58 62 0 0.66 0.64 0.33 357.89 0.5 0.45
Hex AC 3A 3E 0 42 40 21 166 32 2D
Octal 254 72 76 0 102 100 41 546 62 55
Binary 10101100 111010 111110 0 1000010 1000000 100001 101100110 110010 101101

Color Harmonies of #AC3A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A3E

Black with #AC3A3E

Text Example


Text Example

White with #AC3A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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