Html Css Color HEX #AD1D1A Fire Brick

📋 copy color: '#AD1D1A'

red 173 ◦ green 29 ◦ blue 26

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

Shades of Fire Brick #AD1D1A

Tints of Fire Brick #AD1D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.72%

 BLUE value IS 26 (10.55% from 255) = 11.4%

R = 75.88%
G = 12.72%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD1D1A (or 0xAD1D1A) is known color: Fire Brick. HEX triplet: AD, 1D and 1A. RGB value is (173,29,26). Sum of RGB (Red+Green+Blue) = 173+29+26=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D1A is #52E2E5. Grayscale: #474747. Windows color (decimal): -5432038 or 1711533. OLE color: 1711533.

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

Color convert

RGB 173 29 26 -
CMYK 0 0.83 0.85 0.32
HSL 1.22º 0.74% 0.39% -
HSV(B) 1.22º 0.85% 0.68% -
XYZ 17.86 9.84 1.93 -
YUV 71.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 173 29 26 0 0.83 0.85 0.32 1.22 0.74 0.39
Hex AD 1D 1A 0 53 55 20 1 4A 27
Octal 255 35 32 0 123 125 40 1 112 47
Binary 10101101 11101 11010 0 1010011 1010101 100000 1 1001010 100111

Color Harmonies of #AD1D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D1A

Black with #AD1D1A

Text Example


Text Example

White with #AD1D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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