Html Css Color HEX #AD1A13 Fire Brick

📋 copy color: '#AD1A13'

red 173 ◦ green 26 ◦ blue 19

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

Shades of Fire Brick #AD1A13

Tints of Fire Brick #AD1A13

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.93%

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

R = 79.36%
G = 11.93%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD1A13 (or 0xAD1A13) is known color: Fire Brick. HEX triplet: AD, 1A and 13. RGB value is (173,26,19). Sum of RGB (Red+Green+Blue) = 173+26+19=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1A13 is #52E5EC. Grayscale: #454545. Windows color (decimal): -5432813 or 1252013. OLE color: 1252013.

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

Color convert

RGB 173 26 19 -
CMYK 0 0.85 0.89 0.32
HSL 2.73º 0.8% 0.38% -
HSV(B) 2.73º 0.89% 0.68% -
XYZ 17.72 9.67 1.55 -
YUV 69.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 173 26 19 0 0.85 0.89 0.32 2.73 0.8 0.38
Hex AD 1A 13 0 55 59 20 3 50 26
Octal 255 32 23 0 125 131 40 3 120 46
Binary 10101101 11010 10011 0 1010101 1011001 100000 11 1010000 100110

Color Harmonies of #AD1A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A13

Black with #AD1A13

Text Example


Text Example

White with #AD1A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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