#AD231C

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

Shades of Fire Brick #AD231C

Tints of Fire Brick #AD231C

Color information

#AD231C (or 0xAD231C) is unknown color: approx Fire Brick. HEX triplet: AD, 23 and 1C. RGB value is (173,35,28). Sum of RGB (Red+Green+Blue) = 173+35+28=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD231C is #52DCE3. Grayscale: #4B4B4B. Windows color (decimal): -5430500 or 1844141. OLE color: 1844141.

HSL color Cylindrical-coordinate representation of color #AD231C: hue angle of 2.9º degrees, saturation: 0.72, 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 #AD231C is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB1733528-
CMYK00.800.840.32
HSL2.9º72.14%39.41%-
HSV(B)2.9º83.82%67.84%-
XYZ18.0410.172.11-
YUV75.46101.22197.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 73.31%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 28 (11.33% from 255) = 11.86%
R=73.31%
G=14.83%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173352800.800.840.322.972.1439.41
HexAD231C050542034827
Octal2554334012012440311047
Binary1010110110001111100010100001010100100000111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD231C; }

 p { color: rgb(173,35,28); }

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

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

 a { background-color: rgb(173,35,28); }

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

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

 span { border-color: rgb(173,35,28); }

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