Html Css Color HEX #A41A04 Fire Brick

📋 copy color: '#A41A04'

red 164 ◦ green 26 ◦ blue 4

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

Shades of Fire Brick #A41A04

Tints of Fire Brick #A41A04

RGB

 RED value IS 164 (64.45% from 255) = 84.54%

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

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

R = 84.54%
G = 13.4%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A41A04 (or 0xA41A04) is known color: Fire Brick. HEX triplet: A4, 1A and 04. RGB value is (164,26,4). Sum of RGB (Red+Green+Blue) = 164+26+4=194 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.54% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41A04 is #5BE5FB. Grayscale: #404040. Windows color (decimal): -6022652 or 268964. OLE color: 268964.

HSL color Cylindrical-coordinate representation of color #A41A04: hue angle of 8.25º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A41A04 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 26 4 -
CMYK 0 0.84 0.98 0.36
HSL 8.25º 0.95% 0.33% -
HSV(B) 8.25º 0.98% 0.64% -
XYZ 15.7 8.64 0.96 -
YUV 64.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 164 26 4 0 0.84 0.98 0.36 8.25 0.95 0.33
Hex A4 1A 4 0 54 62 24 8 5F 21
Octal 244 32 4 0 124 142 44 10 137 41
Binary 10100100 11010 100 0 1010100 1100010 100100 1000 1011111 100001

Color Harmonies of #A41A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A04

Black with #A41A04

Text Example


Text Example

White with #A41A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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