#AF333A

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

Shades of Brick Red #AF333A

Tints of Brick Red #AF333A

Color information

#AF333A (or 0xAF333A) is unknown color: approx Brick Red. HEX triplet: AF, 33 and 3A. RGB value is (175,51,58). Sum of RGB (Red+Green+Blue) = 175+51+58=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF333A is #50CCC5. Grayscale: #585858. Windows color (decimal): -5295302 or 3814319. OLE color: 3814319.

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

Color convert

RGB1755158-
CMYK00.710.670.31
HSL356.61º54.87%44.31%-
HSV(B)356.61º70.86%68.63%-
XYZ19.6311.795.24-
YUV88.87110.58189.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.62%
GREEN value IS 51 (20.31% from 255) = 17.96%
BLUE value IS 58 (23.05% from 255) = 20.42%
R=61.62%
G=17.96%
B=20.42%

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
Decimal175515800.710.670.31356.6154.8744.31
HexAF333A047431F165372c
Octal25763720107103375456754
Binary1010111111001111101001000111100001111111101100101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF333A; }

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

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

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

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

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

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

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

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