Html Css Color HEX #AD2108 Fire Brick

📋 copy color: '#AD2108'

red 173 ◦ green 33 ◦ blue 8

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

Shades of Fire Brick #AD2108

Tints of Fire Brick #AD2108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.74%

R = 80.84%
G = 15.42%
B = 3.74%

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

#AD2108 (or 0xAD2108) is known color: Fire Brick. HEX triplet: AD, 21 and 08. RGB value is (173,33,8). Sum of RGB (Red+Green+Blue) = 173+33+8=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2108 is #52DEF7. Grayscale: #484848. Windows color (decimal): -5431032 or 532909. OLE color: 532909.

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

Color convert

RGB 173 33 8 -
CMYK 0 0.81 0.95 0.32
HSL 9.09º 0.91% 0.35% -
HSV(B) 9.09º 0.95% 0.68% -
XYZ 17.82 9.99 1.22 -
YUV 72.01 91.88 200.03 -
System Red Green Blue C M Y K H S L
Decimal 173 33 8 0 0.81 0.95 0.32 9.09 0.91 0.35
Hex AD 21 8 0 51 5F 20 9 5B 23
Octal 255 41 10 0 121 137 40 11 133 43
Binary 10101101 100001 1000 0 1010001 1011111 100000 1001 1011011 100011

Color Harmonies of #AD2108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2108

Black with #AD2108

Text Example


Text Example

White with #AD2108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2108; }

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

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

background-color css

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

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

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

border-color css

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

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

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