#AB3638

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

Shades of Guardsman Red #AB3638

Tints of Guardsman Red #AB3638

Color information

#AB3638 (or 0xAB3638) is unknown color: approx Guardsman Red. HEX triplet: AB, 36 and 38. RGB value is (171,54,56). Sum of RGB (Red+Green+Blue) = 171+54+56=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3638 is #54C9C7. Grayscale: #595959. Windows color (decimal): -5556680 or 3684011. OLE color: 3684011.

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

Color convert

RGB1715456-
CMYK00.680.670.33
HSL358.97º52%44.12%-
HSV(B)358.97º68.42%67.06%-
XYZ18.8311.584.98-
YUV89.21109.26186.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.85%
GREEN value IS 54 (21.48% from 255) = 19.22%
BLUE value IS 56 (22.27% from 255) = 19.93%
R=60.85%
G=19.22%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171545600.680.670.33358.975244.12
HexAB36380444321167342c
Octal25366700104103415476454
Binary10101011110110111000010001001000011100001101100111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3638; }

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

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

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

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

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

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

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

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