#A23234

Color #A23234 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #A23234

Tints of Guardsman Red #A23234

Color information

#A23234 (or 0xA23234) is unknown color: approx Guardsman Red. HEX triplet: A2, 32 and 34. RGB value is (162,50,52). Sum of RGB (Red+Green+Blue) = 162+50+52=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A23234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23234 is #5DCDCB. Grayscale: #535353. Windows color (decimal): -6147532 or 3420834. OLE color: 3420834.

HSL color Cylindrical-coordinate representation of color #A23234: hue angle of 358.93º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23234 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB1625052-
CMYK00.690.680.36
HSL358.93º52.83%41.57%-
HSV(B)358.93º69.14%63.53%-
XYZ16.6610.214.34-
YUV83.72110.11183.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.36%
GREEN value IS 50 (19.92% from 255) = 18.94%
BLUE value IS 52 (20.70% from 255) = 19.70%
R=61.36%
G=18.94%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162505200.690.680.36358.9352.8341.57
HexA232340454424167352a
Octal24262640105104445476552
Binary10100010110010110100010001011000100100100101100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23234; }

 p { color: rgb(162,50,52); }

 H1.HeaderClassName
 {
   color: #A23234;
 }
 .AnyTagClassName
 {
   color: #A23234;
 }
</style>
background-color css

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

 a { background-color: rgb(162,50,52); }

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

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

 span { border-color: rgb(162,50,52); }

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