#AF363A

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

Shades of Brick Red #AF363A

Tints of Brick Red #AF363A

Color information

#AF363A (or 0xAF363A) is unknown color: approx Brick Red. HEX triplet: AF, 36 and 3A. RGB value is (175,54,58). Sum of RGB (Red+Green+Blue) = 175+54+58=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF363A is #50C9C5. Grayscale: #5A5A5A. Windows color (decimal): -5294534 or 3815087. OLE color: 3815087.

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

Color convert

RGB1755458-
CMYK00.690.670.31
HSL358.02º52.84%44.9%-
HSV(B)358.02º69.14%68.63%-
XYZ19.7612.065.29-
YUV90.64109.59188.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.98%
GREEN value IS 54 (21.48% from 255) = 18.82%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=60.98%
G=18.82%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175545800.690.670.31358.0252.8444.9
HexAF363A045431F166352d
Octal25766720105103375466555
Binary1010111111011011101001000101100001111111101100110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF363A; }

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

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

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

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

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

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

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

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