Html Css Color HEX #AD2812 Fire Brick

📋 copy color: '#AD2812'

red 173 ◦ green 40 ◦ blue 18

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

Shades of Fire Brick #AD2812

Tints of Fire Brick #AD2812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.32%

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

R = 74.89%
G = 17.32%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD2812 (or 0xAD2812) is known color: Fire Brick. HEX triplet: AD, 28 and 12. RGB value is (173,40,18). Sum of RGB (Red+Green+Blue) = 173+40+18=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2812 is #52D7ED. Grayscale: #4D4D4D. Windows color (decimal): -5429230 or 1190061. OLE color: 1190061.

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

Color convert

RGB 173 40 18 -
CMYK 0 0.77 0.90 0.32
HSL 8.52º 0.81% 0.37% -
HSV(B) 8.52º 0.9% 0.68% -
XYZ 18.1 10.45 1.63 -
YUV 77.26 94.56 196.29 -
System Red Green Blue C M Y K H S L
Decimal 173 40 18 0 0.77 0.90 0.32 8.52 0.81 0.37
Hex AD 28 12 0 4D 5A 20 9 51 25
Octal 255 50 22 0 115 132 40 11 121 45
Binary 10101101 101000 10010 0 1001101 1011010 100000 1001 1010001 100101

Color Harmonies of #AD2812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2812

Black with #AD2812

Text Example


Text Example

White with #AD2812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2812; }

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

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

background-color css

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

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

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

border-color css

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

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

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