Html Css Color HEX #AD1A07 Fire Brick

📋 copy color: '#AD1A07'

red 173 ◦ green 26 ◦ blue 7

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

Shades of Fire Brick #AD1A07

Tints of Fire Brick #AD1A07

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.62%

 BLUE value IS 7 (3.13% from 255) = 3.4%

R = 83.98%
G = 12.62%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD1A07 (or 0xAD1A07) is known color: Fire Brick. HEX triplet: AD, 1A and 07. RGB value is (173,26,7). Sum of RGB (Red+Green+Blue) = 173+26+7=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1A07 is #52E5F8. Grayscale: #444444. Windows color (decimal): -5432825 or 465581. OLE color: 465581.

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

Color convert

RGB 173 26 7 -
CMYK 0 0.85 0.96 0.32
HSL 6.87º 0.92% 0.35% -
HSV(B) 6.87º 0.96% 0.68% -
XYZ 17.64 9.64 1.13 -
YUV 67.79 93.7 203.04 -
System Red Green Blue C M Y K H S L
Decimal 173 26 7 0 0.85 0.96 0.32 6.87 0.92 0.35
Hex AD 1A 7 0 55 60 20 7 5C 23
Octal 255 32 7 0 125 140 40 7 134 43
Binary 10101101 11010 111 0 1010101 1100000 100000 111 1011100 100011

Color Harmonies of #AD1A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A07

Black with #AD1A07

Text Example


Text Example

White with #AD1A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A07; }

 p { color: rgb(173,26,7); }

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

background-color css

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

 a { background-color: rgb(173,26,7); }

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

border-color css

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

 span { border-color: rgb(173,26,7); }

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