#A12730

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

Shades of Guardsman Red #A12730

Tints of Guardsman Red #A12730

Color information

#A12730 (or 0xA12730) is unknown color: approx Guardsman Red. HEX triplet: A1, 27 and 30. RGB value is (161,39,48). Sum of RGB (Red+Green+Blue) = 161+39+48=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A12730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12730 is #5ED8CF. Grayscale: #4C4C4C. Windows color (decimal): -6215888 or 3155873. OLE color: 3155873.

HSL color Cylindrical-coordinate representation of color #A12730: hue angle of 355.57º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12730 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB1613948-
CMYK00.760.700.37
HSL355.57º61%39.22%-
HSV(B)355.57º75.78%63.14%-
XYZ15.969.243.74-
YUV76.5111.92188.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.92%
GREEN value IS 39 (15.62% from 255) = 15.73%
BLUE value IS 48 (19.14% from 255) = 19.35%
R=64.92%
G=15.73%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161394800.760.700.37355.576139.22
HexA1273004C46251643d27
Octal24147600114106455447547
Binary10100001100111110000010011001000110100101101100100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12730; }

 p { color: rgb(161,39,48); }

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

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

 a { background-color: rgb(161,39,48); }

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

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

 span { border-color: rgb(161,39,48); }

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