Html Css Color HEX #AD2C12 Fire Brick

📋 copy color: '#AD2C12'

red 173 ◦ green 44 ◦ blue 18

#AD2C12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #AD2C12

Tints of Fire Brick #AD2C12

RGB

 RED value IS 173 (67.97% from 255) = 73.62%

 GREEN value IS 44 (17.58% from 255) = 18.72%

 BLUE value IS 18 (7.42% from 255) = 7.66%

R = 73.62%
G = 18.72%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD2C12 (or 0xAD2C12) is known color: Fire Brick. HEX triplet: AD, 2C and 12. RGB value is (173,44,18). Sum of RGB (Red+Green+Blue) = 173+44+18=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2C12 is #52D3ED. Grayscale: #4F4F4F. Windows color (decimal): -5428206 or 1191085. OLE color: 1191085.

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

Color convert

RGB 173 44 18 -
CMYK 0 0.75 0.90 0.32
HSL 10.06º 0.81% 0.37% -
HSV(B) 10.06º 0.9% 0.68% -
XYZ 18.24 10.73 1.68 -
YUV 79.61 93.24 194.61 -
System Red Green Blue C M Y K H S L
Decimal 173 44 18 0 0.75 0.90 0.32 10.06 0.81 0.37
Hex AD 2C 12 0 4B 5A 20 A 51 25
Octal 255 54 22 0 113 132 40 12 121 45
Binary 10101101 101100 10010 0 1001011 1011010 100000 1010 1010001 100101

Color Harmonies of #AD2C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2C12

Black with #AD2C12

Text Example


Text Example

White with #AD2C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2C12; }

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

 H1.HeaderClassName
 {
   color: #AD2C12;
 }
 .AnyTagClassName
 {
   color: #AD2C12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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