#A83638

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

Shades of Guardsman Red #A83638

Tints of Guardsman Red #A83638

Color information

#A83638 (or 0xA83638) is unknown color: approx Guardsman Red. HEX triplet: A8, 36 and 38. RGB value is (168,54,56). Sum of RGB (Red+Green+Blue) = 168+54+56=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A83638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83638 is #57C9C7. Grayscale: #585858. Windows color (decimal): -5753288 or 3684008. OLE color: 3684008.

HSL color Cylindrical-coordinate representation of color #A83638: hue angle of 358.95º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83638 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB1685456-
CMYK00.680.670.34
HSL358.95º51.35%43.53%-
HSV(B)358.95º67.86%65.88%-
XYZ18.1811.254.95-
YUV88.31109.77184.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.43%
GREEN value IS 54 (21.48% from 255) = 19.42%
BLUE value IS 56 (22.27% from 255) = 20.14%
R=60.43%
G=19.42%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168545600.680.670.34358.9551.3543.53
HexA836380444322167332c
Octal25066700104103425476354
Binary10101000110110111000010001001000011100010101100111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83638; }

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

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

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

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

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

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

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

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