Html Css Color HEX #AD2305 Fire Brick

📋 copy color: '#AD2305'

red 173 ◦ green 35 ◦ blue 5

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

Shades of Fire Brick #AD2305

Tints of Fire Brick #AD2305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.35%

R = 81.22%
G = 16.43%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD2305 (or 0xAD2305) is known color: Fire Brick. HEX triplet: AD, 23 and 05. RGB value is (173,35,5). Sum of RGB (Red+Green+Blue) = 173+35+5=213 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.22% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2305 is #52DCFA. Grayscale: #494949. Windows color (decimal): -5430523 or 336813. OLE color: 336813.

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

Color convert

RGB 173 35 5 -
CMYK 0 0.80 0.97 0.32
HSL 10.71º 0.94% 0.35% -
HSV(B) 10.71º 0.97% 0.68% -
XYZ 17.86 10.1 1.15 -
YUV 72.84 89.72 199.44 -
System Red Green Blue C M Y K H S L
Decimal 173 35 5 0 0.80 0.97 0.32 10.71 0.94 0.35
Hex AD 23 5 0 50 61 20 B 5E 23
Octal 255 43 5 0 120 141 40 13 136 43
Binary 10101101 100011 101 0 1010000 1100001 100000 1011 1011110 100011

Color Harmonies of #AD2305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2305

Black with #AD2305

Text Example


Text Example

White with #AD2305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2305; }

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

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

background-color css

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

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

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

border-color css

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

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

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