Html Css Color HEX #A1260D Fire Brick

📋 copy color: '#A1260D'

red 161 ◦ green 38 ◦ blue 13

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

Shades of Fire Brick #A1260D

Tints of Fire Brick #A1260D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.92%

 BLUE value IS 13 (5.47% from 255) = 6.13%

R = 75.94%
G = 17.92%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A1260D (or 0xA1260D) is known color: Fire Brick. HEX triplet: A1, 26 and 0D. RGB value is (161,38,13). Sum of RGB (Red+Green+Blue) = 161+38+13=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A1260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1260D is #5ED9F2. Grayscale: #484848. Windows color (decimal): -6216179 or 861857. OLE color: 861857.

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

Color convert

RGB 161 38 13 -
CMYK 0 0.76 0.92 0.37
HSL 10.14º 0.85% 0.34% -
HSV(B) 10.14º 0.92% 0.63% -
XYZ 15.46 8.99 1.3 -
YUV 71.93 94.75 191.53 -
System Red Green Blue C M Y K H S L
Decimal 161 38 13 0 0.76 0.92 0.37 10.14 0.85 0.34
Hex A1 26 D 0 4C 5C 25 A 55 22
Octal 241 46 15 0 114 134 45 12 125 42
Binary 10100001 100110 1101 0 1001100 1011100 100101 1010 1010101 100010

Color Harmonies of #A1260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1260D

Black with #A1260D

Text Example


Text Example

White with #A1260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1260D; }

 p { color: rgb(161,38,13); }

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

background-color css

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

 a { background-color: rgb(161,38,13); }

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

border-color css

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

 span { border-color: rgb(161,38,13); }

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