#AF211A

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

Shades of Fire Brick #AF211A

Tints of Fire Brick #AF211A

Color information

#AF211A (or 0xAF211A) is unknown color: approx Fire Brick. HEX triplet: AF, 21 and 1A. RGB value is (175,33,26). Sum of RGB (Red+Green+Blue) = 175+33+26=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF211A is #50DEE5. Grayscale: #4A4A4A. Windows color (decimal): -5299942 or 1712559. OLE color: 1712559.

HSL color Cylindrical-coordinate representation of color #AF211A: hue angle of 2.82º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF211A is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB1753326-
CMYK00.810.850.31
HSL2.82º74.13%39.41%-
HSV(B)2.82º85.14%68.63%-
XYZ18.4110.281.99-
YUV74.66100.54199.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 74.79%
GREEN value IS 33 (13.28% from 255) = 14.10%
BLUE value IS 26 (10.55% from 255) = 11.11%
R=74.79%
G=14.10%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175332600.810.850.312.8274.1339.41
HexAF211A051551F34a27
Octal2574132012112537311247
Binary101011111000011101001010001101010111111111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF211A; }

 p { color: rgb(175,33,26); }

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

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

 a { background-color: rgb(175,33,26); }

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

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

 span { border-color: rgb(175,33,26); }

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