Html Css Color HEX #A1270C Fire Brick

📋 copy color: '#A1270C'

red 161 ◦ green 39 ◦ blue 12

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

Shades of Fire Brick #A1270C

Tints of Fire Brick #A1270C

RGB

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

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

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

R = 75.94%
G = 18.4%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A1270C (or 0xA1270C) is known color: Fire Brick. HEX triplet: A1, 27 and 0C. RGB value is (161,39,12). Sum of RGB (Red+Green+Blue) = 161+39+12=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A1270C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1270C is #5ED8F3. Grayscale: #484848. Windows color (decimal): -6215924 or 796577. OLE color: 796577.

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

Color convert

RGB 161 39 12 -
CMYK 0 0.76 0.93 0.37
HSL 10.87º 0.86% 0.34% -
HSV(B) 10.87º 0.93% 0.63% -
XYZ 15.49 9.05 1.28 -
YUV 72.4 93.92 191.2 -
System Red Green Blue C M Y K H S L
Decimal 161 39 12 0 0.76 0.93 0.37 10.87 0.86 0.34
Hex A1 27 C 0 4C 5D 25 B 56 22
Octal 241 47 14 0 114 135 45 13 126 42
Binary 10100001 100111 1100 0 1001100 1011101 100101 1011 1010110 100010

Color Harmonies of #A1270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1270C

Black with #A1270C

Text Example


Text Example

White with #A1270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1270C; }

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

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

background-color css

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

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

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

border-color css

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

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

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