Html Css Color HEX #AD1C0A Fire Brick

📋 copy color: '#AD1C0A'

red 173 ◦ green 28 ◦ blue 10

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

Shades of Fire Brick #AD1C0A

Tints of Fire Brick #AD1C0A

RGB

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

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

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

R = 81.99%
G = 13.27%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD1C0A (or 0xAD1C0A) is known color: Fire Brick. HEX triplet: AD, 1C and 0A. RGB value is (173,28,10). Sum of RGB (Red+Green+Blue) = 173+28+10=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1C0A is #52E3F5. Grayscale: #454545. Windows color (decimal): -5432310 or 662701. OLE color: 662701.

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

Color convert

RGB 173 28 10 -
CMYK 0 0.84 0.94 0.32
HSL 6.63º 0.89% 0.36% -
HSV(B) 6.63º 0.94% 0.68% -
XYZ 17.7 9.74 1.23 -
YUV 69.3 94.54 201.96 -
System Red Green Blue C M Y K H S L
Decimal 173 28 10 0 0.84 0.94 0.32 6.63 0.89 0.36
Hex AD 1C A 0 54 5E 20 7 59 24
Octal 255 34 12 0 124 136 40 7 131 44
Binary 10101101 11100 1010 0 1010100 1011110 100000 111 1011001 100100

Color Harmonies of #AD1C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C0A

Black with #AD1C0A

Text Example


Text Example

White with #AD1C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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