Html Css Color HEX #A41B04 Fire Brick

📋 copy color: '#A41B04'

red 164 ◦ green 27 ◦ blue 4

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

Shades of Fire Brick #A41B04

Tints of Fire Brick #A41B04

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.85%

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

R = 84.1%
G = 13.85%
B = 2.05%

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

#A41B04 (or 0xA41B04) is known color: Fire Brick. HEX triplet: A4, 1B and 04. RGB value is (164,27,4). Sum of RGB (Red+Green+Blue) = 164+27+4=195 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.10% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41B04 is #5BE4FB. Grayscale: #414141. Windows color (decimal): -6022396 or 269220. OLE color: 269220.

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

Color convert

RGB 164 27 4 -
CMYK 0 0.84 0.98 0.36
HSL 8.63º 0.95% 0.33% -
HSV(B) 8.63º 0.98% 0.64% -
XYZ 15.72 8.69 0.96 -
YUV 65.34 93.39 198.37 -
System Red Green Blue C M Y K H S L
Decimal 164 27 4 0 0.84 0.98 0.36 8.63 0.95 0.33
Hex A4 1B 4 0 54 62 24 9 5F 21
Octal 244 33 4 0 124 142 44 11 137 41
Binary 10100100 11011 100 0 1010100 1100010 100100 1001 1011111 100001

Color Harmonies of #A41B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41B04

Black with #A41B04

Text Example


Text Example

White with #A41B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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