#A42F38

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

Shades of Guardsman Red #A42F38

Tints of Guardsman Red #A42F38

Color information

#A42F38 (or 0xA42F38) is unknown color: approx Guardsman Red. HEX triplet: A4, 2F and 38. RGB value is (164,47,56). Sum of RGB (Red+Green+Blue) = 164+47+56=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42F38 is #5BD0C7. Grayscale: #535353. Windows color (decimal): -6017224 or 3682212. OLE color: 3682212.

HSL color Cylindrical-coordinate representation of color #A42F38: hue angle of 355.38º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A42F38 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1644756-
CMYK00.710.660.36
HSL355.38º55.45%41.37%-
HSV(B)355.38º71.34%64.31%-
XYZ17.0410.214.81-
YUV83.01112.76185.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 61.42%
GREEN value IS 47 (18.75% from 255) = 17.60%
BLUE value IS 56 (22.27% from 255) = 20.97%
R=61.42%
G=17.60%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164475600.710.660.36355.3855.4541.37
HexA42F3804742241633729
Octal24457700107102445436751
Binary10100100101111111000010001111000010100100101100011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42F38; }

 p { color: rgb(164,47,56); }

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

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

 a { background-color: rgb(164,47,56); }

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

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

 span { border-color: rgb(164,47,56); }

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