#AD2612

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

Shades of Fire Brick #AD2612

Tints of Fire Brick #AD2612

Color information

#AD2612 (or 0xAD2612) is unknown color: approx Fire Brick. HEX triplet: AD, 26 and 12. RGB value is (173,38,18). Sum of RGB (Red+Green+Blue) = 173+38+18=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2612 is #52D9ED. Grayscale: #4C4C4C. Windows color (decimal): -5429742 or 1189549. OLE color: 1189549.

HSL color Cylindrical-coordinate representation of color #AD2612: hue angle of 7.74º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD2612 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB1733818-
CMYK00.780.900.32
HSL7.74º81.15%37.45%-
HSV(B)7.74º89.6%67.84%-
XYZ18.0410.311.61-
YUV76.0895.23197.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 75.55%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 18 (7.42% from 255) = 7.86%
R=75.55%
G=16.59%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173381800.780.900.327.7481.1537.45
HexAD261204E5A2085125
Octal25546220116132401012145
Binary101011011001101001001001110101101010000010001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2612; }

 p { color: rgb(173,38,18); }

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

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

 a { background-color: rgb(173,38,18); }

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

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

 span { border-color: rgb(173,38,18); }

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