Html Css Color HEX #AD2D12 Fire Brick

📋 copy color: '#AD2D12'

red 173 ◦ green 45 ◦ blue 18

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

Shades of Fire Brick #AD2D12

Tints of Fire Brick #AD2D12

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.07%

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

R = 73.31%
G = 19.07%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD2D12 (or 0xAD2D12) is known color: Fire Brick. HEX triplet: AD, 2D and 12. RGB value is (173,45,18). Sum of RGB (Red+Green+Blue) = 173+45+18=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D12 is #52D2ED. Grayscale: #505050. Windows color (decimal): -5427950 or 1191341. OLE color: 1191341.

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

Color convert

RGB 173 45 18 -
CMYK 0 0.74 0.90 0.32
HSL 10.45º 0.81% 0.37% -
HSV(B) 10.45º 0.9% 0.68% -
XYZ 18.28 10.8 1.69 -
YUV 80.19 92.91 194.2 -
System Red Green Blue C M Y K H S L
Decimal 173 45 18 0 0.74 0.90 0.32 10.45 0.81 0.37
Hex AD 2D 12 0 4A 5A 20 A 51 25
Octal 255 55 22 0 112 132 40 12 121 45
Binary 10101101 101101 10010 0 1001010 1011010 100000 1010 1010001 100101

Color Harmonies of #AD2D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2D12

Black with #AD2D12

Text Example


Text Example

White with #AD2D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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