#AF2B3A

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

Shades of Brick Red #AF2B3A

Tints of Brick Red #AF2B3A

Color information

#AF2B3A (or 0xAF2B3A) is unknown color: approx Brick Red. HEX triplet: AF, 2B and 3A. RGB value is (175,43,58). Sum of RGB (Red+Green+Blue) = 175+43+58=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2B3A is #50D4C5. Grayscale: #545454. Windows color (decimal): -5297350 or 3812271. OLE color: 3812271.

HSL color Cylindrical-coordinate representation of color #AF2B3A: hue angle of 353.18º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2B3A is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1754358-
CMYK00.750.670.31
HSL353.18º60.55%42.75%-
HSV(B)353.18º75.43%68.63%-
XYZ19.3111.155.14-
YUV84.18113.23192.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.41%
GREEN value IS 43 (17.19% from 255) = 15.58%
BLUE value IS 58 (23.05% from 255) = 21.01%
R=63.41%
G=15.58%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175435800.750.670.31353.1860.5542.75
HexAF2B3A04B431F1613d2b
Octal25753720113103375417553
Binary1010111110101111101001001011100001111111101100001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2B3A; }

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

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

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

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

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

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

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

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