Html Css Color HEX #AC262C Guardsman Red

📋 copy color: '#AC262C'

red 172 ◦ green 38 ◦ blue 44

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

Shades of Guardsman Red #AC262C

Tints of Guardsman Red #AC262C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.96%

 BLUE value IS 44 (17.58% from 255) = 17.32%

R = 67.72%
G = 14.96%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC262C (or 0xAC262C) is known color: Guardsman Red. HEX triplet: AC, 26 and 2C. RGB value is (172,38,44). Sum of RGB (Red+Green+Blue) = 172+38+44=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC262C is #53D9D3. Grayscale: #4E4E4E. Windows color (decimal): -5495252 or 2893484. OLE color: 2893484.

HSL color Cylindrical-coordinate representation of color #AC262C: hue angle of 357.31º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC262C is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 38 44 -
CMYK 0 0.78 0.74 0.33
HSL 357.31º 0.64% 0.41% -
HSV(B) 357.31º 0.78% 0.67% -
XYZ 18.16 10.34 3.42 -
YUV 78.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 172 38 44 0 0.78 0.74 0.33 357.31 0.64 0.41
Hex AC 26 2C 0 4E 4A 21 165 40 29
Octal 254 46 54 0 116 112 41 545 100 51
Binary 10101100 100110 101100 0 1001110 1001010 100001 101100101 1000000 101001

Color Harmonies of #AC262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC262C

Black with #AC262C

Text Example


Text Example

White with #AC262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC262C; }

 p { color: rgb(172,38,44); }

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

background-color css

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

 a { background-color: rgb(172,38,44); }

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

border-color css

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

 span { border-color: rgb(172,38,44); }

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