Html Css Color HEX #AD1D0A Fire Brick

📋 copy color: '#AD1D0A'

red 173 ◦ green 29 ◦ blue 10

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

Shades of Fire Brick #AD1D0A

Tints of Fire Brick #AD1D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.72%

R = 81.6%
G = 13.68%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD1D0A (or 0xAD1D0A) is known color: Fire Brick. HEX triplet: AD, 1D and 0A. RGB value is (173,29,10). Sum of RGB (Red+Green+Blue) = 173+29+10=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1D0A is #52E2F5. Grayscale: #464646. Windows color (decimal): -5432054 or 662957. OLE color: 662957.

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

Color convert

RGB 173 29 10 -
CMYK 0 0.83 0.94 0.32
HSL 6.99º 0.89% 0.36% -
HSV(B) 6.99º 0.94% 0.68% -
XYZ 17.73 9.78 1.24 -
YUV 69.89 94.21 201.54 -
System Red Green Blue C M Y K H S L
Decimal 173 29 10 0 0.83 0.94 0.32 6.99 0.89 0.36
Hex AD 1D A 0 53 5E 20 7 59 24
Octal 255 35 12 0 123 136 40 7 131 44
Binary 10101101 11101 1010 0 1010011 1011110 100000 111 1011001 100100

Color Harmonies of #AD1D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D0A

Black with #AD1D0A

Text Example


Text Example

White with #AD1D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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