#af353c

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

Shades of Brick Red #AF353C

Tints of Brick Red #AF353C

Color information

#AF353C (or 0xAF353C) is unknown color: approx Brick Red. HEX triplet: AF, 35 and 3C. RGB value is (175,53,60). Sum of RGB (Red+Green+Blue) = 175+53+60=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF353C is #50CAC3. Grayscale: #5A5A5A. Windows color (decimal): -5294788 or 3945903. OLE color: 3945903.

HSL color Cylindrical-coordinate representation of color #AF353C: hue angle of 356.56º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF353C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1755360-
CMYK00.700.660.31
HSL356.56º53.51%44.71%-
HSV(B)356.56º69.71%68.63%-
XYZ19.7711.995.55-
YUV90.28110.92188.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.76%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 60 (23.83% from 255) = 20.83%
R=60.76%
G=18.40%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175536000.700.660.31356.5653.5144.71
HexAF353C046421F165362d
Octal25765740106102375456655
Binary1010111111010111110001000110100001011111101100101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af353c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af353c; }

 p { color: rgb(175,53,60); }

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

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

 a { background-color: rgb(175,53,60); }

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

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

 span { border-color: rgb(175,53,60); }

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