Html Css Color HEX #AD1313 Fire Brick

📋 copy color: '#AD1313'

red 173 ◦ green 19 ◦ blue 19

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

Shades of Fire Brick #AD1313

Tints of Fire Brick #AD1313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9%

 BLUE value IS 19 (7.81% from 255) = 9%

R = 81.99%
G = 9%
B = 9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD1313 (or 0xAD1313) is known color: Fire Brick. HEX triplet: AD, 13 and 13. RGB value is (173,19,19). Sum of RGB (Red+Green+Blue) = 173+19+19=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1313 is #52ECEC. Grayscale: #414141. Windows color (decimal): -5434605 or 1250221. OLE color: 1250221.

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

Color convert

RGB 173 19 19 -
CMYK 0 0.89 0.89 0.32
HSL 0.8% 0.38% -
HSV(B) 0.89% 0.68% -
XYZ 17.58 9.4 1.5 -
YUV 65.05 102.02 205 -
System Red Green Blue C M Y K H S L
Decimal 173 19 19 0 0.89 0.89 0.32 0 0.8 0.38
Hex AD 13 13 0 59 59 20 0 50 26
Octal 255 23 23 0 131 131 40 0 120 46
Binary 10101101 10011 10011 0 1011001 1011001 100000 0 1010000 100110

Color Harmonies of #AD1313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1313

Black with #AD1313

Text Example


Text Example

White with #AD1313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1313; }

 p { color: rgb(173,19,19); }

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

background-color css

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

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

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

border-color css

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

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

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