#AD271B

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

Shades of Fire Brick #AD271B

Tints of Fire Brick #AD271B

Color information

#AD271B (or 0xAD271B) is unknown color: approx Fire Brick. HEX triplet: AD, 27 and 1B. RGB value is (173,39,27). Sum of RGB (Red+Green+Blue) = 173+39+27=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD271B is #52D8E4. Grayscale: #4D4D4D. Windows color (decimal): -5429477 or 1779629. OLE color: 1779629.

HSL color Cylindrical-coordinate representation of color #AD271B: hue angle of 4.93º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD271B is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB1733927-
CMYK00.770.840.32
HSL4.93º73%39.22%-
HSV(B)4.93º84.39%67.84%-
XYZ18.1610.412.09-
YUV77.799.39195.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 72.38%
GREEN value IS 39 (15.62% from 255) = 16.32%
BLUE value IS 27 (10.94% from 255) = 11.30%
R=72.38%
G=16.32%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173392700.770.840.324.937339.22
HexAD271B04D542054927
Octal2554733011512440511147
Binary10101101100111110110100110110101001000001011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD271B; }

 p { color: rgb(173,39,27); }

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

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

 a { background-color: rgb(173,39,27); }

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

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

 span { border-color: rgb(173,39,27); }

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