#A23638

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

Shades of Guardsman Red #A23638

Tints of Guardsman Red #A23638

Color information

#A23638 (or 0xA23638) is unknown color: approx Guardsman Red. HEX triplet: A2, 36 and 38. RGB value is (162,54,56). Sum of RGB (Red+Green+Blue) = 162+54+56=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A23638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23638 is #5DC9C7. Grayscale: #565656. Windows color (decimal): -6146504 or 3684002. OLE color: 3684002.

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

Color convert

RGB1625456-
CMYK00.670.650.36
HSL358.89º50%42.35%-
HSV(B)358.89º66.67%63.53%-
XYZ16.9310.614.9-
YUV86.52110.78181.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.56%
GREEN value IS 54 (21.48% from 255) = 19.85%
BLUE value IS 56 (22.27% from 255) = 20.59%
R=59.56%
G=19.85%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162545600.670.650.36358.895042.35
HexA236380434124167322a
Octal24266700103101445476252
Binary10100010110110111000010000111000001100100101100111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23638; }

 p { color: rgb(162,54,56); }

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

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

 a { background-color: rgb(162,54,56); }

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

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

 span { border-color: rgb(162,54,56); }

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