#AF3334

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

Shades of Guardsman Red #AF3334

Tints of Guardsman Red #AF3334

Color information

#AF3334 (or 0xAF3334) is unknown color: approx Guardsman Red. HEX triplet: AF, 33 and 34. RGB value is (175,51,52). Sum of RGB (Red+Green+Blue) = 175+51+52=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3334 is #50CCCB. Grayscale: #585858. Windows color (decimal): -5295308 or 3421103. OLE color: 3421103.

HSL color Cylindrical-coordinate representation of color #AF3334: hue angle of 359.52º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3334 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1755152-
CMYK00.710.700.31
HSL359.52º54.87%44.31%-
HSV(B)359.52º70.86%68.63%-
XYZ19.4811.734.49-
YUV88.19107.58189.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.95%
GREEN value IS 51 (20.31% from 255) = 18.35%
BLUE value IS 52 (20.70% from 255) = 18.71%
R=62.95%
G=18.35%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175515200.710.700.31359.5254.8744.31
HexAF3334047461F168372c
Octal25763640107106375506754
Binary1010111111001111010001000111100011011111101101000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3334; }

 p { color: rgb(175,51,52); }

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

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

 a { background-color: rgb(175,51,52); }

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

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

 span { border-color: rgb(175,51,52); }

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