#AF3338

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

Shades of Brick Red #AF3338

Tints of Brick Red #AF3338

Color information

#AF3338 (or 0xAF3338) is unknown color: approx Brick Red. HEX triplet: AF, 33 and 38. RGB value is (175,51,56). Sum of RGB (Red+Green+Blue) = 175+51+56=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3338 is #50CCC7. Grayscale: #585858. Windows color (decimal): -5295304 or 3683247. OLE color: 3683247.

HSL color Cylindrical-coordinate representation of color #AF3338: hue angle of 357.58º 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 #AF3338 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1755156-
CMYK00.710.680.31
HSL357.58º54.87%44.31%-
HSV(B)357.58º70.86%68.63%-
XYZ19.5811.774.98-
YUV88.65109.58189.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.06%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 56 (22.27% from 255) = 19.86%
R=62.06%
G=18.09%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175515600.710.680.31357.5854.8744.31
HexAF3338047441F166372c
Octal25763700107104375466754
Binary1010111111001111100001000111100010011111101100110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3338; }

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

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

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

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

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

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

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

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