Html Css Color HEX #AC2330 Guardsman Red

📋 copy color: '#AC2330'

red 172 ◦ green 35 ◦ blue 48

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

Shades of Guardsman Red #AC2330

Tints of Guardsman Red #AC2330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.73%

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

R = 67.45%
G = 13.73%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC2330 (or 0xAC2330) is known color: Guardsman Red. HEX triplet: AC, 23 and 30. RGB value is (172,35,48). Sum of RGB (Red+Green+Blue) = 172+35+48=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2330 is #53DCCF. Grayscale: #4D4D4D. Windows color (decimal): -5496016 or 3154860. OLE color: 3154860.

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

Color convert

RGB 172 35 48 -
CMYK 0 0.80 0.72 0.33
HSL 354.31º 0.66% 0.41% -
HSV(B) 354.31º 0.8% 0.67% -
XYZ 18.15 10.19 3.81 -
YUV 77.45 111.39 195.44 -
System Red Green Blue C M Y K H S L
Decimal 172 35 48 0 0.80 0.72 0.33 354.31 0.66 0.41
Hex AC 23 30 0 50 48 21 162 42 29
Octal 254 43 60 0 120 110 41 542 102 51
Binary 10101100 100011 110000 0 1010000 1001000 100001 101100010 1000010 101001

Color Harmonies of #AC2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2330

Black with #AC2330

Text Example


Text Example

White with #AC2330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2330; }

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

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

background-color css

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

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

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

border-color css

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

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

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