Html Css Color HEX #AD2012 Fire Brick

📋 copy color: '#AD2012'

red 173 ◦ green 32 ◦ blue 18

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

Shades of Fire Brick #AD2012

Tints of Fire Brick #AD2012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.35%

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

R = 77.58%
G = 14.35%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD2012 (or 0xAD2012) is known color: Fire Brick. HEX triplet: AD, 20 and 12. RGB value is (173,32,18). Sum of RGB (Red+Green+Blue) = 173+32+18=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2012 is #52DFED. Grayscale: #484848. Windows color (decimal): -5431278 or 1188013. OLE color: 1188013.

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

Color convert

RGB 173 32 18 -
CMYK 0 0.82 0.90 0.32
HSL 5.42º 0.81% 0.37% -
HSV(B) 5.42º 0.9% 0.68% -
XYZ 17.86 9.96 1.55 -
YUV 72.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 173 32 18 0 0.82 0.90 0.32 5.42 0.81 0.37
Hex AD 20 12 0 52 5A 20 5 51 25
Octal 255 40 22 0 122 132 40 5 121 45
Binary 10101101 100000 10010 0 1010010 1011010 100000 101 1010001 100101

Color Harmonies of #AD2012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2012

Black with #AD2012

Text Example


Text Example

White with #AD2012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2012; }

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

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

background-color css

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

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

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

border-color css

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

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

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