Html Css Color HEX #AD1A0F Fire Brick

📋 copy color: '#AD1A0F'

red 173 ◦ green 26 ◦ blue 15

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

Shades of Fire Brick #AD1A0F

Tints of Fire Brick #AD1A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.01%

R = 80.84%
G = 12.15%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD1A0F (or 0xAD1A0F) is known color: Fire Brick. HEX triplet: AD, 1A and 0F. RGB value is (173,26,15). Sum of RGB (Red+Green+Blue) = 173+26+15=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1A0F is #52E5F0. Grayscale: #444444. Windows color (decimal): -5432817 or 989869. OLE color: 989869.

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

Color convert

RGB 173 26 15 -
CMYK 0 0.85 0.91 0.32
HSL 4.18º 0.84% 0.37% -
HSV(B) 4.18º 0.91% 0.68% -
XYZ 17.69 9.66 1.38 -
YUV 68.7 97.7 202.39 -
System Red Green Blue C M Y K H S L
Decimal 173 26 15 0 0.85 0.91 0.32 4.18 0.84 0.37
Hex AD 1A F 0 55 5B 20 4 54 25
Octal 255 32 17 0 125 133 40 4 124 45
Binary 10101101 11010 1111 0 1010101 1011011 100000 100 1010100 100101

Color Harmonies of #AD1A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A0F

Black with #AD1A0F

Text Example


Text Example

White with #AD1A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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