#812A2C

Color #812A2C Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #812A2C

Tints of Flame Red #812A2C

Color information

#812A2C (or 0x812A2C) is unknown color: approx Flame Red. HEX triplet: 81, 2A and 2C. RGB value is (129,42,44). Sum of RGB (Red+Green+Blue) = 129+42+44=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #812A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A2C is #7ED5D3. Grayscale: #444444. Windows color (decimal): -8312276 or 2894465. OLE color: 2894465.

HSL color Cylindrical-coordinate representation of color #812A2C: hue angle of 358.62º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #812A2C is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1294244-
CMYK00.670.660.49
HSL358.62º50.88%33.53%-
HSV(B)358.62º67.44%50.59%-
XYZ10.346.53.09-
YUV68.24114.32171.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60%
GREEN value IS 42 (16.80% from 255) = 19.53%
BLUE value IS 44 (17.58% from 255) = 20.47%
R=60%
G=19.53%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129424400.670.660.49358.6250.8833.53
Hex812A2C04342311673322
Octal20152540103102615476342
Binary10000001101010101100010000111000010110001101100111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812A2C; }

 p { color: rgb(129,42,44); }

 H1.HeaderClassName
 {
   color: #812A2C;
 }
 .AnyTagClassName
 {
   color: #812A2C;
 }
</style>
background-color css

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

 a { background-color: rgb(129,42,44); }

 div.DivClassName
 {
   background-color: #812A2C;
 }
 .BgClassName
 {
   background-color: #812A2C;
 }
</style>
border-color css

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

 span { border-color: rgb(129,42,44); }

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