Html Css Color HEX #AD1A04 Fire Brick

📋 copy color: '#AD1A04'

red 173 ◦ green 26 ◦ blue 4

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

Shades of Fire Brick #AD1A04

Tints of Fire Brick #AD1A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.97%

R = 85.22%
G = 12.81%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD1A04 (or 0xAD1A04) is known color: Fire Brick. HEX triplet: AD, 1A and 04. RGB value is (173,26,4). Sum of RGB (Red+Green+Blue) = 173+26+4=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1A04 is #52E5FB. Grayscale: #434343. Windows color (decimal): -5432828 or 268973. OLE color: 268973.

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

Color convert

RGB 173 26 4 -
CMYK 0 0.85 0.98 0.32
HSL 7.81º 0.95% 0.35% -
HSV(B) 7.81º 0.98% 0.68% -
XYZ 17.62 9.63 1.05 -
YUV 67.45 92.2 203.29 -
System Red Green Blue C M Y K H S L
Decimal 173 26 4 0 0.85 0.98 0.32 7.81 0.95 0.35
Hex AD 1A 4 0 55 62 20 8 5F 23
Octal 255 32 4 0 125 142 40 10 137 43
Binary 10101101 11010 100 0 1010101 1100010 100000 1000 1011111 100011

Color Harmonies of #AD1A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A04

Black with #AD1A04

Text Example


Text Example

White with #AD1A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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