Html Css Color HEX #AD2608 Fire Brick

📋 copy color: '#AD2608'

red 173 ◦ green 38 ◦ blue 8

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

Shades of Fire Brick #AD2608

Tints of Fire Brick #AD2608

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.35%

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

R = 79%
G = 17.35%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD2608 (or 0xAD2608) is known color: Fire Brick. HEX triplet: AD, 26 and 08. RGB value is (173,38,8). Sum of RGB (Red+Green+Blue) = 173+38+8=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2608 is #52D9F7. Grayscale: #4B4B4B. Windows color (decimal): -5429752 or 534189. OLE color: 534189.

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

Color convert

RGB 173 38 8 -
CMYK 0 0.78 0.95 0.32
HSL 10.91º 0.91% 0.35% -
HSV(B) 10.91º 0.95% 0.68% -
XYZ 17.97 10.29 1.27 -
YUV 74.95 90.23 197.94 -
System Red Green Blue C M Y K H S L
Decimal 173 38 8 0 0.78 0.95 0.32 10.91 0.91 0.35
Hex AD 26 8 0 4E 5F 20 B 5B 23
Octal 255 46 10 0 116 137 40 13 133 43
Binary 10101101 100110 1000 0 1001110 1011111 100000 1011 1011011 100011

Color Harmonies of #AD2608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2608

Black with #AD2608

Text Example


Text Example

White with #AD2608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2608; }

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

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

background-color css

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

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

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

border-color css

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

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

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