#AF3339

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

Shades of Brick Red #AF3339

Tints of Brick Red #AF3339

Color information

#AF3339 (or 0xAF3339) is unknown color: approx Brick Red. HEX triplet: AF, 33 and 39. RGB value is (175,51,57). Sum of RGB (Red+Green+Blue) = 175+51+57=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3339 is #50CCC6. Grayscale: #585858. Windows color (decimal): -5295303 or 3748783. OLE color: 3748783.

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

Color convert

RGB1755157-
CMYK00.710.670.31
HSL357.1º54.87%44.31%-
HSV(B)357.1º70.86%68.63%-
XYZ19.611.785.11-
YUV88.76110.08189.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.84%
GREEN value IS 51 (20.31% from 255) = 18.02%
BLUE value IS 57 (22.66% from 255) = 20.14%
R=61.84%
G=18.02%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175515700.710.670.31357.154.8744.31
HexAF3339047431F165372c
Octal25763710107103375456754
Binary1010111111001111100101000111100001111111101100101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3339; }

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

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

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

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

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

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

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

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