Html Css Color HEX #A41904 Fire Brick

📋 copy color: '#A41904'

red 164 ◦ green 25 ◦ blue 4

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

Shades of Fire Brick #A41904

Tints of Fire Brick #A41904

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

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

R = 84.97%
G = 12.95%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A41904 (or 0xA41904) is known color: Fire Brick. HEX triplet: A4, 19 and 04. RGB value is (164,25,4). Sum of RGB (Red+Green+Blue) = 164+25+4=193 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.97% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 164 - color contains mainly: red. Hex color #A41904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41904 is #5BE6FB. Grayscale: #404040. Windows color (decimal): -6022908 or 268708. OLE color: 268708.

HSL color Cylindrical-coordinate representation of color #A41904: hue angle of 7.87º 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 #A41904 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 25 4 -
CMYK 0 0.85 0.98 0.36
HSL 7.88º 0.95% 0.33% -
HSV(B) 7.88º 0.98% 0.64% -
XYZ 15.68 8.6 0.95 -
YUV 64.17 94.05 199.21 -
System Red Green Blue C M Y K H S L
Decimal 164 25 4 0 0.85 0.98 0.36 7.88 0.95 0.33
Hex A4 19 4 0 55 62 24 8 5F 21
Octal 244 31 4 0 125 142 44 10 137 41
Binary 10100100 11001 100 0 1010101 1100010 100100 1000 1011111 100001

Color Harmonies of #A41904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41904

Black with #A41904

Text Example


Text Example

White with #A41904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41904; }

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

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

background-color css

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

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

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

border-color css

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

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

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