Html Css Color HEX #A41F0F Fire Brick

📋 copy color: '#A41F0F'

red 164 ◦ green 31 ◦ blue 15

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

Shades of Fire Brick #A41F0F

Tints of Fire Brick #A41F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.14%

R = 78.1%
G = 14.76%
B = 7.14%

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

#A41F0F (or 0xA41F0F) is known color: Fire Brick. HEX triplet: A4, 1F and 0F. RGB value is (164,31,15). Sum of RGB (Red+Green+Blue) = 164+31+15=210 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.10% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41F0F is #5BE0F0. Grayscale: #454545. Windows color (decimal): -6021361 or 991140. OLE color: 991140.

HSL color Cylindrical-coordinate representation of color #A41F0F: hue angle of 6.44º degrees, saturation: 0.83, 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 #A41F0F is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 31 15 -
CMYK 0 0.81 0.91 0.36
HSL 6.44º 0.83% 0.35% -
HSV(B) 6.44º 0.91% 0.64% -
XYZ 15.89 8.91 1.33 -
YUV 68.94 97.56 195.8 -
System Red Green Blue C M Y K H S L
Decimal 164 31 15 0 0.81 0.91 0.36 6.44 0.83 0.35
Hex A4 1F F 0 51 5B 24 6 53 23
Octal 244 37 17 0 121 133 44 6 123 43
Binary 10100100 11111 1111 0 1010001 1011011 100100 110 1010011 100011

Color Harmonies of #A41F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F0F

Black with #A41F0F

Text Example


Text Example

White with #A41F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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