#AF323C

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

Shades of Brick Red #AF323C

Tints of Brick Red #AF323C

Color information

#AF323C (or 0xAF323C) is unknown color: approx Brick Red. HEX triplet: AF, 32 and 3C. RGB value is (175,50,60). Sum of RGB (Red+Green+Blue) = 175+50+60=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF323C is #50CDC3. Grayscale: #585858. Windows color (decimal): -5295556 or 3945135. OLE color: 3945135.

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

Color convert

RGB1755060-
CMYK00.710.660.31
HSL355.2º55.56%44.12%-
HSV(B)355.2º71.43%68.63%-
XYZ19.6411.725.5-
YUV88.52111.91189.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.40%
GREEN value IS 50 (19.92% from 255) = 17.54%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=61.40%
G=17.54%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175506000.710.660.31355.255.5644.12
HexAF323C047421F163382c
Octal25762740107102375437054
Binary1010111111001011110001000111100001011111101100011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF323C; }

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

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

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

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

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

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

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

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