#ad231b

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

Shades of Fire Brick #AD231B

Tints of Fire Brick #AD231B

Color information

#AD231B (or 0xAD231B) is unknown color: approx Fire Brick. HEX triplet: AD, 23 and 1B. RGB value is (173,35,27). Sum of RGB (Red+Green+Blue) = 173+35+27=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD231B is #52DCE4. Grayscale: #4B4B4B. Windows color (decimal): -5430501 or 1778605. OLE color: 1778605.

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

Color convert

RGB1733527-
CMYK00.800.840.32
HSL3.29º73%39.22%-
HSV(B)3.29º84.39%67.84%-
XYZ18.0310.172.05-
YUV75.35100.72197.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 73.62%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 27 (10.94% from 255) = 11.49%
R=73.62%
G=14.89%
B=11.49%

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
Decimal173352700.800.840.323.297339.22
HexAD231B050542034927
Octal2554333012012440311147
Binary1010110110001111011010100001010100100000111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad231b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad231b; }

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

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

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

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

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

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

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

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