Html Css Color HEX #AD1310 Fire Brick

📋 copy color: '#AD1310'

red 173 ◦ green 19 ◦ blue 16

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

Shades of Fire Brick #AD1310

Tints of Fire Brick #AD1310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.69%

R = 83.17%
G = 9.13%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD1310 (or 0xAD1310) is known color: Fire Brick. HEX triplet: AD, 13 and 10. RGB value is (173,19,16). Sum of RGB (Red+Green+Blue) = 173+19+16=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1310 is #52ECEF. Grayscale: #404040. Windows color (decimal): -5434608 or 1053613. OLE color: 1053613.

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

Color convert

RGB 173 19 16 -
CMYK 0 0.89 0.91 0.32
HSL 1.15º 0.83% 0.37% -
HSV(B) 1.15º 0.91% 0.68% -
XYZ 17.56 9.39 1.38 -
YUV 64.7 100.52 205.24 -
System Red Green Blue C M Y K H S L
Decimal 173 19 16 0 0.89 0.91 0.32 1.15 0.83 0.37
Hex AD 13 10 0 59 5B 20 1 53 25
Octal 255 23 20 0 131 133 40 1 123 45
Binary 10101101 10011 10000 0 1011001 1011011 100000 1 1010011 100101

Color Harmonies of #AD1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1310

Black with #AD1310

Text Example


Text Example

White with #AD1310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1310; }

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

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

background-color css

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

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

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

border-color css

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

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

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