Html Css Color HEX #AD2D1C Fire Brick

📋 copy color: '#AD2D1C'

red 173 ◦ green 45 ◦ blue 28

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

Shades of Fire Brick #AD2D1C

Tints of Fire Brick #AD2D1C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.29%

 BLUE value IS 28 (11.33% from 255) = 11.38%

R = 70.33%
G = 18.29%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD2D1C (or 0xAD2D1C) is known color: Fire Brick. HEX triplet: AD, 2D and 1C. RGB value is (173,45,28). Sum of RGB (Red+Green+Blue) = 173+45+28=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2D1C is #52D2E3. Grayscale: #515151. Windows color (decimal): -5427940 or 1846701. OLE color: 1846701.

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

Color convert

RGB 173 45 28 -
CMYK 0 0.74 0.84 0.32
HSL 7.03º 0.72% 0.39% -
HSV(B) 7.03º 0.84% 0.68% -
XYZ 18.38 10.84 2.22 -
YUV 81.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 173 45 28 0 0.74 0.84 0.32 7.03 0.72 0.39
Hex AD 2D 1C 0 4A 54 20 7 48 27
Octal 255 55 34 0 112 124 40 7 110 47
Binary 10101101 101101 11100 0 1001010 1010100 100000 111 1001000 100111

Color Harmonies of #AD2D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2D1C

Black with #AD2D1C

Text Example


Text Example

White with #AD2D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2D1C; }

 p { color: rgb(173,45,28); }

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

background-color css

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

 a { background-color: rgb(173,45,28); }

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

border-color css

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

 span { border-color: rgb(173,45,28); }

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