Html Css Color HEX #AD1509 Fire Brick

📋 copy color: '#AD1509'

red 173 ◦ green 21 ◦ blue 9

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

Shades of Fire Brick #AD1509

Tints of Fire Brick #AD1509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

 BLUE value IS 9 (3.91% from 255) = 4.43%

R = 85.22%
G = 10.34%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD1509 (or 0xAD1509) is known color: Fire Brick. HEX triplet: AD, 15 and 09. RGB value is (173,21,9). Sum of RGB (Red+Green+Blue) = 173+21+9=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1509 is #52EAF6. Grayscale: #414141. Windows color (decimal): -5434103 or 595373. OLE color: 595373.

HSL color Cylindrical-coordinate representation of color #AD1509: hue angle of 4.39º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD1509 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 21 9 -
CMYK 0 0.88 0.95 0.32
HSL 4.39º 0.9% 0.36% -
HSV(B) 4.39º 0.95% 0.68% -
XYZ 17.55 9.44 1.16 -
YUV 65.08 96.36 204.98 -
System Red Green Blue C M Y K H S L
Decimal 173 21 9 0 0.88 0.95 0.32 4.39 0.9 0.36
Hex AD 15 9 0 58 5F 20 4 5A 24
Octal 255 25 11 0 130 137 40 4 132 44
Binary 10101101 10101 1001 0 1011000 1011111 100000 100 1011010 100100

Color Harmonies of #AD1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1509

Black with #AD1509

Text Example


Text Example

White with #AD1509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1509; }

 p { color: rgb(173,21,9); }

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

background-color css

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

 a { background-color: rgb(173,21,9); }

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

border-color css

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

 span { border-color: rgb(173,21,9); }

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