Html Css Color HEX #AD2306 Fire Brick

📋 copy color: '#AD2306'

red 173 ◦ green 35 ◦ blue 6

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

Shades of Fire Brick #AD2306

Tints of Fire Brick #AD2306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.8%

R = 80.84%
G = 16.36%
B = 2.8%

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

#AD2306 (or 0xAD2306) is known color: Fire Brick. HEX triplet: AD, 23 and 06. RGB value is (173,35,6). Sum of RGB (Red+Green+Blue) = 173+35+6=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2306 is #52DCF9. Grayscale: #494949. Windows color (decimal): -5430522 or 402349. OLE color: 402349.

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

Color convert

RGB 173 35 6 -
CMYK 0 0.80 0.97 0.32
HSL 10.42º 0.93% 0.35% -
HSV(B) 10.42º 0.97% 0.68% -
XYZ 17.87 10.1 1.18 -
YUV 72.96 90.22 199.36 -
System Red Green Blue C M Y K H S L
Decimal 173 35 6 0 0.80 0.97 0.32 10.42 0.93 0.35
Hex AD 23 6 0 50 61 20 A 5D 23
Octal 255 43 6 0 120 141 40 12 135 43
Binary 10101101 100011 110 0 1010000 1100001 100000 1010 1011101 100011

Color Harmonies of #AD2306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2306

Black with #AD2306

Text Example


Text Example

White with #AD2306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2306; }

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

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

background-color css

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

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

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

border-color css

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

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

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