Html Css Color HEX #A41F00 Fire Brick

📋 copy color: '#A41F00'

red 164 ◦ green 31 ◦ blue 0

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

Shades of Fire Brick #A41F00

Tints of Fire Brick #A41F00

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.1%
G = 15.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A41F00 (or 0xA41F00) is known color: Fire Brick. HEX triplet: A4, 1F and 00. RGB value is (164,31,0). Sum of RGB (Red+Green+Blue) = 164+31+0=195 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.10% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41F00 is #5BE0FF. Grayscale: #434343. Windows color (decimal): -6021376 or 8100. OLE color: 8100.

HSL color Cylindrical-coordinate representation of color #A41F00: hue angle of 11.34º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A41F00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 31 0 -
CMYK 0 0.81 1 0.36
HSL 11.34º 1% 0.32% -
HSV(B) 11.34º 1% 0.64% -
XYZ 15.8 8.87 0.88 -
YUV 67.23 90.06 197.02 -
System Red Green Blue C M Y K H S L
Decimal 164 31 0 0 0.81 1 0.36 11.34 1 0.32
Hex A4 1F 0 0 51 64 24 B 64 20
Octal 244 37 0 0 121 144 44 13 144 40
Binary 10100100 11111 0 0 1010001 1100100 100100 1011 1100100 100000

Color Harmonies of #A41F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F00

Black with #A41F00

Text Example


Text Example

White with #A41F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F00; }

 p { color: rgb(164,31,0); }

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

background-color css

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

 a { background-color: rgb(164,31,0); }

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

border-color css

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

 span { border-color: rgb(164,31,0); }

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