#AF301B

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

Shades of Fire Brick #AF301B

Tints of Fire Brick #AF301B

Color information

#AF301B (or 0xAF301B) is unknown color: approx Fire Brick. HEX triplet: AF, 30 and 1B. RGB value is (175,48,27). Sum of RGB (Red+Green+Blue) = 175+48+27=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF301B is #50CFE4. Grayscale: #535353. Windows color (decimal): -5296101 or 1781935. OLE color: 1781935.

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

Color convert

RGB1754827-
CMYK00.730.850.31
HSL8.51º73.27%39.61%-
HSV(B)8.51º84.57%68.63%-
XYZ18.9311.312.22-
YUV83.5896.08193.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 70%
GREEN value IS 48 (19.14% from 255) = 19.2%
BLUE value IS 27 (10.94% from 255) = 10.8%
R=70%
G=19.2%
B=10.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175482700.730.850.318.5173.2739.61
HexAF301B049551F94928
Octal25760330111125371111150
Binary10101111110000110110100100110101011111110011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF301B; }

 p { color: rgb(175,48,27); }

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

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

 a { background-color: rgb(175,48,27); }

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

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

 span { border-color: rgb(175,48,27); }

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