Html Css Color HEX #AD2308 Fire Brick

📋 copy color: '#AD2308'

red 173 ◦ green 35 ◦ blue 8

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

Shades of Fire Brick #AD2308

Tints of Fire Brick #AD2308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.2%

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

R = 80.09%
G = 16.2%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD2308 (or 0xAD2308) is known color: Fire Brick. HEX triplet: AD, 23 and 08. RGB value is (173,35,8). Sum of RGB (Red+Green+Blue) = 173+35+8=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2308 is #52DCF7. Grayscale: #494949. Windows color (decimal): -5430520 or 533421. OLE color: 533421.

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

Color convert

RGB 173 35 8 -
CMYK 0 0.80 0.95 0.32
HSL 9.82º 0.91% 0.35% -
HSV(B) 9.82º 0.95% 0.68% -
XYZ 17.88 10.1 1.24 -
YUV 73.18 91.22 199.2 -
System Red Green Blue C M Y K H S L
Decimal 173 35 8 0 0.80 0.95 0.32 9.82 0.91 0.35
Hex AD 23 8 0 50 5F 20 A 5B 23
Octal 255 43 10 0 120 137 40 12 133 43
Binary 10101101 100011 1000 0 1010000 1011111 100000 1010 1011011 100011

Color Harmonies of #AD2308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2308

Black with #AD2308

Text Example


Text Example

White with #AD2308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2308; }

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

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

background-color css

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

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

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

border-color css

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

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

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