Html Css Color HEX #AC1D1E Guardsman Red

📋 copy color: '#AC1D1E'

red 172 ◦ green 29 ◦ blue 30

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

Shades of Guardsman Red #AC1D1E

Tints of Guardsman Red #AC1D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.55%

 BLUE value IS 30 (12.11% from 255) = 12.99%

R = 74.46%
G = 12.55%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC1D1E (or 0xAC1D1E) is known color: Guardsman Red. HEX triplet: AC, 1D and 1E. RGB value is (172,29,30). Sum of RGB (Red+Green+Blue) = 172+29+30=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1D1E is #53E2E1. Grayscale: #484848. Windows color (decimal): -5497570 or 1973676. OLE color: 1973676.

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

Color convert

RGB 172 29 30 -
CMYK 0 0.83 0.83 0.33
HSL 359.58º 0.71% 0.39% -
HSV(B) 359.58º 0.83% 0.67% -
XYZ 17.69 9.74 2.18 -
YUV 71.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 172 29 30 0 0.83 0.83 0.33 359.58 0.71 0.39
Hex AC 1D 1E 0 53 53 21 168 47 27
Octal 254 35 36 0 123 123 41 550 107 47
Binary 10101100 11101 11110 0 1010011 1010011 100001 101101000 1000111 100111

Color Harmonies of #AC1D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1D1E

Black with #AC1D1E

Text Example


Text Example

White with #AC1D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1D1E; }

 p { color: rgb(172,29,30); }

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

background-color css

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

 a { background-color: rgb(172,29,30); }

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

border-color css

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

 span { border-color: rgb(172,29,30); }

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