Html Css Color HEX #AD2B12 Fire Brick

📋 copy color: '#AD2B12'

red 173 ◦ green 43 ◦ blue 18

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

Shades of Fire Brick #AD2B12

Tints of Fire Brick #AD2B12

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.38%

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

R = 73.93%
G = 18.38%
B = 7.69%

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

#AD2B12 (or 0xAD2B12) is known color: Fire Brick. HEX triplet: AD, 2B and 12. RGB value is (173,43,18). Sum of RGB (Red+Green+Blue) = 173+43+18=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2B12 is #52D4ED. Grayscale: #4F4F4F. Windows color (decimal): -5428462 or 1190829. OLE color: 1190829.

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

Color convert

RGB 173 43 18 -
CMYK 0 0.75 0.90 0.32
HSL 9.68º 0.81% 0.37% -
HSV(B) 9.68º 0.9% 0.68% -
XYZ 18.21 10.66 1.67 -
YUV 79.02 93.57 195.03 -
System Red Green Blue C M Y K H S L
Decimal 173 43 18 0 0.75 0.90 0.32 9.68 0.81 0.37
Hex AD 2B 12 0 4B 5A 20 A 51 25
Octal 255 53 22 0 113 132 40 12 121 45
Binary 10101101 101011 10010 0 1001011 1011010 100000 1010 1010001 100101

Color Harmonies of #AD2B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B12

Black with #AD2B12

Text Example


Text Example

White with #AD2B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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