Html Css Color HEX #A11F0C Fire Brick

📋 copy color: '#A11F0C'

red 161 ◦ green 31 ◦ blue 12

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

Shades of Fire Brick #A11F0C

Tints of Fire Brick #A11F0C

RGB

 RED value IS 161 (63.28% from 255) = 78.92%

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

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 78.92%
G = 15.2%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A11F0C (or 0xA11F0C) is known color: Fire Brick. HEX triplet: A1, 1F and 0C. RGB value is (161,31,12). Sum of RGB (Red+Green+Blue) = 161+31+12=204 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.92% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11F0C is #5EE0F3. Grayscale: #434343. Windows color (decimal): -6217972 or 794529. OLE color: 794529.

HSL color Cylindrical-coordinate representation of color #A11F0C: hue angle of 7.65º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A11F0C is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 31 12 -
CMYK 0 0.81 0.93 0.37
HSL 7.65º 0.86% 0.34% -
HSV(B) 7.65º 0.93% 0.63% -
XYZ 15.25 8.58 1.2 -
YUV 67.7 96.57 194.54 -
System Red Green Blue C M Y K H S L
Decimal 161 31 12 0 0.81 0.93 0.37 7.65 0.86 0.34
Hex A1 1F C 0 51 5D 25 8 56 22
Octal 241 37 14 0 121 135 45 10 126 42
Binary 10100001 11111 1100 0 1010001 1011101 100101 1000 1010110 100010

Color Harmonies of #A11F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11F0C

Black with #A11F0C

Text Example


Text Example

White with #A11F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11F0C; }

 p { color: rgb(161,31,12); }

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

background-color css

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

 a { background-color: rgb(161,31,12); }

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

border-color css

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

 span { border-color: rgb(161,31,12); }

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