#AF363E

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

Shades of Brick Red #AF363E

Tints of Brick Red #AF363E

Color information

#AF363E (or 0xAF363E) is unknown color: approx Brick Red. HEX triplet: AF, 36 and 3E. RGB value is (175,54,62). Sum of RGB (Red+Green+Blue) = 175+54+62=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF363E is #50C9C1. Grayscale: #5B5B5B. Windows color (decimal): -5294530 or 4077231. OLE color: 4077231.

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

Color convert

RGB1755462-
CMYK00.690.650.31
HSL356.03º52.84%44.9%-
HSV(B)356.03º69.14%68.63%-
XYZ19.8712.15.85-
YUV91.09111.59187.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.14%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=60.14%
G=18.56%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175546200.690.650.31356.0352.8444.9
HexAF363E045411F164352d
Octal25766760105101375446555
Binary1010111111011011111001000101100000111111101100100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF363E; }

 p { color: rgb(175,54,62); }

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

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

 a { background-color: rgb(175,54,62); }

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

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

 span { border-color: rgb(175,54,62); }

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