Html Css Color HEX #AD120C Fire Brick

📋 copy color: '#AD120C'

red 173 ◦ green 18 ◦ blue 12

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

Shades of Fire Brick #AD120C

Tints of Fire Brick #AD120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

 BLUE value IS 12 (5.08% from 255) = 5.91%

R = 85.22%
G = 8.87%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD120C (or 0xAD120C) is known color: Fire Brick. HEX triplet: AD, 12 and 0C. RGB value is (173,18,12). Sum of RGB (Red+Green+Blue) = 173+18+12=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD120C is #52EDF3. Grayscale: #3F3F3F. Windows color (decimal): -5434868 or 791213. OLE color: 791213.

HSL color Cylindrical-coordinate representation of color #AD120C: hue angle of 2.24º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD120C is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 12 -
CMYK 0 0.90 0.93 0.32
HSL 2.24º 0.87% 0.36% -
HSV(B) 2.24º 0.93% 0.68% -
XYZ 17.52 9.34 1.23 -
YUV 63.66 98.85 205.99 -
System Red Green Blue C M Y K H S L
Decimal 173 18 12 0 0.90 0.93 0.32 2.24 0.87 0.36
Hex AD 12 C 0 5A 5D 20 2 57 24
Octal 255 22 14 0 132 135 40 2 127 44
Binary 10101101 10010 1100 0 1011010 1011101 100000 10 1010111 100100

Color Harmonies of #AD120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD120C

Black with #AD120C

Text Example


Text Example

White with #AD120C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD120C; }

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

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

background-color css

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

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

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

border-color css

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

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

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