#AF3D3F

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

Shades of Brick Red #AF3D3F

Tints of Brick Red #AF3D3F

Color information

#AF3D3F (or 0xAF3D3F) is unknown color: approx Brick Red. HEX triplet: AF, 3D and 3F. RGB value is (175,61,63). Sum of RGB (Red+Green+Blue) = 175+61+63=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3D3F is #50C2C0. Grayscale: #5F5F5F. Windows color (decimal): -5292737 or 4144559. OLE color: 4144559.

HSL color Cylindrical-coordinate representation of color #AF3D3F: hue angle of 358.95º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3D3F is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB1756163-
CMYK00.650.640.31
HSL358.95º48.31%46.27%-
HSV(B)358.95º65.14%68.63%-
XYZ20.2512.816.11-
YUV95.31109.77184.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.53%
GREEN value IS 61 (24.22% from 255) = 20.40%
BLUE value IS 63 (25% from 255) = 21.07%
R=58.53%
G=20.40%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175616300.650.640.31358.9548.3146.27
HexAF3D3F041401F167302e
Octal25775770101100375476056
Binary1010111111110111111101000001100000011111101100111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3D3F; }

 p { color: rgb(175,61,63); }

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

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

 a { background-color: rgb(175,61,63); }

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

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

 span { border-color: rgb(175,61,63); }

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