#AF333C

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

Shades of Brick Red #AF333C

Tints of Brick Red #AF333C

Color information

#AF333C (or 0xAF333C) is unknown color: approx Brick Red. HEX triplet: AF, 33 and 3C. RGB value is (175,51,60). Sum of RGB (Red+Green+Blue) = 175+51+60=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF333C is #50CCC3. Grayscale: #595959. Windows color (decimal): -5295300 or 3945391. OLE color: 3945391.

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

Color convert

RGB1755160-
CMYK00.710.660.31
HSL355.65º54.87%44.31%-
HSV(B)355.65º70.86%68.63%-
XYZ19.6811.815.52-
YUV89.1111.58189.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.19%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 60 (23.83% from 255) = 20.98%
R=61.19%
G=17.83%
B=20.98%

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
Decimal175516000.710.660.31355.6554.8744.31
HexAF333C047421F164372c
Octal25763740107102375446754
Binary1010111111001111110001000111100001011111101100100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF333C; }

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

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

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

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

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

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

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

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