Html Css Color HEX #A1280D Fire Brick

📋 copy color: '#A1280D'

red 161 ◦ green 40 ◦ blue 13

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

Shades of Fire Brick #A1280D

Tints of Fire Brick #A1280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.69%

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

R = 75.23%
G = 18.69%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A1280D (or 0xA1280D) is known color: Fire Brick. HEX triplet: A1, 28 and 0D. RGB value is (161,40,13). Sum of RGB (Red+Green+Blue) = 161+40+13=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A1280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1280D is #5ED7F2. Grayscale: #494949. Windows color (decimal): -6215667 or 862369. OLE color: 862369.

HSL color Cylindrical-coordinate representation of color #A1280D: hue angle of 10.95º 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 #A1280D is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 40 13 -
CMYK 0 0.75 0.92 0.37
HSL 10.95º 0.85% 0.34% -
HSV(B) 10.95º 0.92% 0.63% -
XYZ 15.53 9.12 1.32 -
YUV 73.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 161 40 13 0 0.75 0.92 0.37 10.95 0.85 0.34
Hex A1 28 D 0 4B 5C 25 B 55 22
Octal 241 50 15 0 113 134 45 13 125 42
Binary 10100001 101000 1101 0 1001011 1011100 100101 1011 1010101 100010

Color Harmonies of #A1280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1280D

Black with #A1280D

Text Example


Text Example

White with #A1280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1280D; }

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

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

background-color css

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

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

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

border-color css

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

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

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