Html Css Color HEX #AD1C0D Fire Brick

📋 copy color: '#AD1C0D'

red 173 ◦ green 28 ◦ blue 13

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

Shades of Fire Brick #AD1C0D

Tints of Fire Brick #AD1C0D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.08%

 BLUE value IS 13 (5.47% from 255) = 6.07%

R = 80.84%
G = 13.08%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD1C0D (or 0xAD1C0D) is known color: Fire Brick. HEX triplet: AD, 1C and 0D. RGB value is (173,28,13). Sum of RGB (Red+Green+Blue) = 173+28+13=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1C0D is #52E3F2. Grayscale: #454545. Windows color (decimal): -5432307 or 859309. OLE color: 859309.

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

Color convert

RGB 173 28 13 -
CMYK 0 0.84 0.92 0.32
HSL 5.63º 0.86% 0.36% -
HSV(B) 5.63º 0.92% 0.68% -
XYZ 17.72 9.74 1.33 -
YUV 69.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 173 28 13 0 0.84 0.92 0.32 5.63 0.86 0.36
Hex AD 1C D 0 54 5C 20 6 56 24
Octal 255 34 15 0 124 134 40 6 126 44
Binary 10101101 11100 1101 0 1010100 1011100 100000 110 1010110 100100

Color Harmonies of #AD1C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C0D

Black with #AD1C0D

Text Example


Text Example

White with #AD1C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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