Html Css Color HEX #A41F12 Fire Brick

📋 copy color: '#A41F12'

red 164 ◦ green 31 ◦ blue 18

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

Shades of Fire Brick #A41F12

Tints of Fire Brick #A41F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.45%

R = 77%
G = 14.55%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A41F12 (or 0xA41F12) is known color: Fire Brick. HEX triplet: A4, 1F and 12. RGB value is (164,31,18). Sum of RGB (Red+Green+Blue) = 164+31+18=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A41F12 is #5BE0ED. Grayscale: #454545. Windows color (decimal): -6021358 or 1187748. OLE color: 1187748.

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

Color convert

RGB 164 31 18 -
CMYK 0 0.81 0.89 0.36
HSL 5.34º 0.8% 0.36% -
HSV(B) 5.34º 0.89% 0.64% -
XYZ 15.91 8.92 1.45 -
YUV 69.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 164 31 18 0 0.81 0.89 0.36 5.34 0.8 0.36
Hex A4 1F 12 0 51 59 24 5 50 24
Octal 244 37 22 0 121 131 44 5 120 44
Binary 10100100 11111 10010 0 1010001 1011001 100100 101 1010000 100100

Color Harmonies of #A41F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F12

Black with #A41F12

Text Example


Text Example

White with #A41F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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