Html Css Color HEX #AD1410 Fire Brick

📋 copy color: '#AD1410'

red 173 ◦ green 20 ◦ blue 16

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

Shades of Fire Brick #AD1410

Tints of Fire Brick #AD1410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.57%

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

R = 82.78%
G = 9.57%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD1410 (or 0xAD1410) is known color: Fire Brick. HEX triplet: AD, 14 and 10. RGB value is (173,20,16). Sum of RGB (Red+Green+Blue) = 173+20+16=209 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.78% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1410 is #52EBEF. Grayscale: #414141. Windows color (decimal): -5434352 or 1053869. OLE color: 1053869.

HSL color Cylindrical-coordinate representation of color #AD1410: hue angle of 1.53º 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 #AD1410 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 20 16 -
CMYK 0 0.88 0.91 0.32
HSL 1.53º 0.83% 0.37% -
HSV(B) 1.53º 0.91% 0.68% -
XYZ 17.58 9.42 1.38 -
YUV 65.29 100.19 204.83 -
System Red Green Blue C M Y K H S L
Decimal 173 20 16 0 0.88 0.91 0.32 1.53 0.83 0.37
Hex AD 14 10 0 58 5B 20 2 53 25
Octal 255 24 20 0 130 133 40 2 123 45
Binary 10101101 10100 10000 0 1011000 1011011 100000 10 1010011 100101

Color Harmonies of #AD1410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1410

Black with #AD1410

Text Example


Text Example

White with #AD1410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1410; }

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

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

background-color css

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

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

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

border-color css

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

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

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