Html Css Color HEX #AC2530 Guardsman Red

📋 copy color: '#AC2530'

red 172 ◦ green 37 ◦ blue 48

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

Shades of Guardsman Red #AC2530

Tints of Guardsman Red #AC2530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.4%

 BLUE value IS 48 (19.14% from 255) = 18.68%

R = 66.93%
G = 14.4%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC2530 (or 0xAC2530) is known color: Guardsman Red. HEX triplet: AC, 25 and 30. RGB value is (172,37,48). Sum of RGB (Red+Green+Blue) = 172+37+48=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2530 is #53DACF. Grayscale: #4E4E4E. Windows color (decimal): -5495504 or 3155372. OLE color: 3155372.

HSL color Cylindrical-coordinate representation of color #AC2530: hue angle of 355.11º degrees, saturation: 0.65, 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 #AC2530 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 37 48 -
CMYK 0 0.78 0.72 0.33
HSL 355.11º 0.65% 0.41% -
HSV(B) 355.11º 0.78% 0.67% -
XYZ 18.21 10.31 3.83 -
YUV 78.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 172 37 48 0 0.78 0.72 0.33 355.11 0.65 0.41
Hex AC 25 30 0 4E 48 21 163 41 29
Octal 254 45 60 0 116 110 41 543 101 51
Binary 10101100 100101 110000 0 1001110 1001000 100001 101100011 1000001 101001

Color Harmonies of #AC2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2530

Black with #AC2530

Text Example


Text Example

White with #AC2530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2530; }

 p { color: rgb(172,37,48); }

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

background-color css

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

 a { background-color: rgb(172,37,48); }

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

border-color css

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

 span { border-color: rgb(172,37,48); }

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