Html Css Color HEX #A41F0E Fire Brick

📋 copy color: '#A41F0E'

red 164 ◦ green 31 ◦ blue 14

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

Shades of Fire Brick #A41F0E

Tints of Fire Brick #A41F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.7%

R = 78.47%
G = 14.83%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A41F0E (or 0xA41F0E) is known color: Fire Brick. HEX triplet: A4, 1F and 0E. RGB value is (164,31,14). Sum of RGB (Red+Green+Blue) = 164+31+14=209 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.47% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41F0E is #5BE0F1. Grayscale: #454545. Windows color (decimal): -6021362 or 925604. OLE color: 925604.

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

Color convert

RGB 164 31 14 -
CMYK 0 0.81 0.91 0.36
HSL 6.8º 0.84% 0.35% -
HSV(B) 6.8º 0.91% 0.64% -
XYZ 15.88 8.9 1.3 -
YUV 68.83 97.06 195.88 -
System Red Green Blue C M Y K H S L
Decimal 164 31 14 0 0.81 0.91 0.36 6.8 0.84 0.35
Hex A4 1F E 0 51 5B 24 7 54 23
Octal 244 37 16 0 121 133 44 7 124 43
Binary 10100100 11111 1110 0 1010001 1011011 100100 111 1010100 100011

Color Harmonies of #A41F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F0E

Black with #A41F0E

Text Example


Text Example

White with #A41F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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