#A82433

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

Shades of Guardsman Red #A82433

Tints of Guardsman Red #A82433

Color information

#A82433 (or 0xA82433) is unknown color: approx Guardsman Red. HEX triplet: A8, 24 and 33. RGB value is (168,36,51). Sum of RGB (Red+Green+Blue) = 168+36+51=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A82433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82433 is #57DBCC. Grayscale: #4D4D4D. Windows color (decimal): -5757901 or 3351720. OLE color: 3351720.

HSL color Cylindrical-coordinate representation of color #A82433: hue angle of 353.18º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82433 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB1683651-
CMYK00.790.700.34
HSL353.18º64.71%40%-
HSV(B)353.18º78.57%65.88%-
XYZ17.389.834.11-
YUV77.18113.23192.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.88%
GREEN value IS 36 (14.45% from 255) = 14.12%
BLUE value IS 51 (20.31% from 255) = 20%
R=65.88%
G=14.12%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168365100.790.700.34353.1864.7140
HexA8243304F46221614128
Octal250446301171064254110150
Binary101010001001001100110100111110001101000101011000011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82433; }

 p { color: rgb(168,36,51); }

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

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

 a { background-color: rgb(168,36,51); }

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

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

 span { border-color: rgb(168,36,51); }

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