Html Css Color HEX #AD2307 Fire Brick

📋 copy color: '#AD2307'

red 173 ◦ green 35 ◦ blue 7

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

Shades of Fire Brick #AD2307

Tints of Fire Brick #AD2307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.26%

R = 80.47%
G = 16.28%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD2307 (or 0xAD2307) is known color: Fire Brick. HEX triplet: AD, 23 and 07. RGB value is (173,35,7). Sum of RGB (Red+Green+Blue) = 173+35+7=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2307 is #52DCF8. Grayscale: #494949. Windows color (decimal): -5430521 or 467885. OLE color: 467885.

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

Color convert

RGB 173 35 7 -
CMYK 0 0.80 0.96 0.32
HSL 10.12º 0.92% 0.35% -
HSV(B) 10.12º 0.96% 0.68% -
XYZ 17.87 10.1 1.21 -
YUV 73.07 90.72 199.28 -
System Red Green Blue C M Y K H S L
Decimal 173 35 7 0 0.80 0.96 0.32 10.12 0.92 0.35
Hex AD 23 7 0 50 60 20 A 5C 23
Octal 255 43 7 0 120 140 40 12 134 43
Binary 10101101 100011 111 0 1010000 1100000 100000 1010 1011100 100011

Color Harmonies of #AD2307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2307

Black with #AD2307

Text Example


Text Example

White with #AD2307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2307; }

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

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

background-color css

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

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

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

border-color css

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

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

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