#A61F23

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

Shades of Guardsman Red #A61F23

Tints of Guardsman Red #A61F23

Color information

#A61F23 (or 0xA61F23) is unknown color: approx Guardsman Red. HEX triplet: A6, 1F and 23. RGB value is (166,31,35). Sum of RGB (Red+Green+Blue) = 166+31+35=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61F23 is #59E0DC. Grayscale: #474747. Windows color (decimal): -5890269 or 2301862. OLE color: 2301862.

HSL color Cylindrical-coordinate representation of color #A61F23: hue angle of 358.22º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A61F23 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB1663135-
CMYK00.810.790.35
HSL358.22º68.53%38.63%-
HSV(B)358.22º81.33%65.1%-
XYZ16.529.212.5-
YUV71.82107.23195.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 71.55%
GREEN value IS 31 (12.5% from 255) = 13.36%
BLUE value IS 35 (14.06% from 255) = 15.09%
R=71.55%
G=13.36%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166313500.810.790.35358.2268.5338.63
HexA61F230514F231664527
Octal246374301211174354610547
Binary10100110111111000110101000110011111000111011001101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61F23; }

 p { color: rgb(166,31,35); }

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

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

 a { background-color: rgb(166,31,35); }

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

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

 span { border-color: rgb(166,31,35); }

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