Html Css Color HEX #AD1C06 Fire Brick

📋 copy color: '#AD1C06'

red 173 ◦ green 28 ◦ blue 6

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

Shades of Fire Brick #AD1C06

Tints of Fire Brick #AD1C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.9%

R = 83.57%
G = 13.53%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD1C06 (or 0xAD1C06) is known color: Fire Brick. HEX triplet: AD, 1C and 06. RGB value is (173,28,6). Sum of RGB (Red+Green+Blue) = 173+28+6=207 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.57% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1C06 is #52E3F9. Grayscale: #454545. Windows color (decimal): -5432314 or 400557. OLE color: 400557.

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

Color convert

RGB 173 28 6 -
CMYK 0 0.84 0.97 0.32
HSL 7.9º 0.93% 0.35% -
HSV(B) 7.9º 0.97% 0.68% -
XYZ 17.68 9.73 1.12 -
YUV 68.85 92.54 202.29 -
System Red Green Blue C M Y K H S L
Decimal 173 28 6 0 0.84 0.97 0.32 7.9 0.93 0.35
Hex AD 1C 6 0 54 61 20 8 5D 23
Octal 255 34 6 0 124 141 40 10 135 43
Binary 10101101 11100 110 0 1010100 1100001 100000 1000 1011101 100011

Color Harmonies of #AD1C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C06

Black with #AD1C06

Text Example


Text Example

White with #AD1C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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