Html Css Color HEX #AD2109 Fire Brick

📋 copy color: '#AD2109'

red 173 ◦ green 33 ◦ blue 9

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

Shades of Fire Brick #AD2109

Tints of Fire Brick #AD2109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

 BLUE value IS 9 (3.91% from 255) = 4.19%

R = 80.47%
G = 15.35%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD2109 (or 0xAD2109) is known color: Fire Brick. HEX triplet: AD, 21 and 09. RGB value is (173,33,9). Sum of RGB (Red+Green+Blue) = 173+33+9=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2109 is #52DEF6. Grayscale: #484848. Windows color (decimal): -5431031 or 598445. OLE color: 598445.

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

Color convert

RGB 173 33 9 -
CMYK 0 0.81 0.95 0.32
HSL 8.78º 0.9% 0.36% -
HSV(B) 8.78º 0.95% 0.68% -
XYZ 17.83 9.99 1.25 -
YUV 72.12 92.38 199.95 -
System Red Green Blue C M Y K H S L
Decimal 173 33 9 0 0.81 0.95 0.32 8.78 0.9 0.36
Hex AD 21 9 0 51 5F 20 9 5A 24
Octal 255 41 11 0 121 137 40 11 132 44
Binary 10101101 100001 1001 0 1010001 1011111 100000 1001 1011010 100100

Color Harmonies of #AD2109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2109

Black with #AD2109

Text Example


Text Example

White with #AD2109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2109; }

 p { color: rgb(173,33,9); }

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

background-color css

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

 a { background-color: rgb(173,33,9); }

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

border-color css

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

 span { border-color: rgb(173,33,9); }

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