Html Css Color HEX #A81A04 Fire Brick

📋 copy color: '#A81A04'

red 168 ◦ green 26 ◦ blue 4

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

Shades of Fire Brick #A81A04

Tints of Fire Brick #A81A04

RGB

 RED value IS 168 (66.02% from 255) = 84.85%

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

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

R = 84.85%
G = 13.13%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A81A04 (or 0xA81A04) is known color: Fire Brick. HEX triplet: A8, 1A and 04. RGB value is (168,26,4). Sum of RGB (Red+Green+Blue) = 168+26+4=198 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.85% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A81A04 is #57E5FB. Grayscale: #424242. Windows color (decimal): -5760508 or 268968. OLE color: 268968.

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

Color convert

RGB 168 26 4 -
CMYK 0 0.85 0.98 0.34
HSL 8.05º 0.95% 0.34% -
HSV(B) 8.05º 0.98% 0.66% -
XYZ 16.54 9.07 0.99 -
YUV 65.95 93.04 200.79 -
System Red Green Blue C M Y K H S L
Decimal 168 26 4 0 0.85 0.98 0.34 8.05 0.95 0.34
Hex A8 1A 4 0 55 62 22 8 5F 22
Octal 250 32 4 0 125 142 42 10 137 42
Binary 10101000 11010 100 0 1010101 1100010 100010 1000 1011111 100010

Color Harmonies of #A81A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81A04

Black with #A81A04

Text Example


Text Example

White with #A81A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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