Html Css Color HEX #A1270E Fire Brick

📋 copy color: '#A1270E'

red 161 ◦ green 39 ◦ blue 14

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

Shades of Fire Brick #A1270E

Tints of Fire Brick #A1270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.22%

 BLUE value IS 14 (5.86% from 255) = 6.54%

R = 75.23%
G = 18.22%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1270E (or 0xA1270E) is known color: Fire Brick. HEX triplet: A1, 27 and 0E. RGB value is (161,39,14). Sum of RGB (Red+Green+Blue) = 161+39+14=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A1270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1270E is #5ED8F1. Grayscale: #484848. Windows color (decimal): -6215922 or 927649. OLE color: 927649.

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

Color convert

RGB 161 39 14 -
CMYK 0 0.76 0.91 0.37
HSL 10.2º 0.84% 0.34% -
HSV(B) 10.2º 0.91% 0.63% -
XYZ 15.5 9.06 1.35 -
YUV 72.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 161 39 14 0 0.76 0.91 0.37 10.2 0.84 0.34
Hex A1 27 E 0 4C 5B 25 A 54 22
Octal 241 47 16 0 114 133 45 12 124 42
Binary 10100001 100111 1110 0 1001100 1011011 100101 1010 1010100 100010

Color Harmonies of #A1270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1270E

Black with #A1270E

Text Example


Text Example

White with #A1270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1270E; }

 p { color: rgb(161,39,14); }

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

background-color css

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

 a { background-color: rgb(161,39,14); }

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

border-color css

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

 span { border-color: rgb(161,39,14); }

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