#812A30

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

Shades of Flame Red #812A30

Tints of Flame Red #812A30

Color information

#812A30 (or 0x812A30) is unknown color: approx Flame Red. HEX triplet: 81, 2A and 30. RGB value is (129,42,48). Sum of RGB (Red+Green+Blue) = 129+42+48=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #812A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A30 is #7ED5CF. Grayscale: #444444. Windows color (decimal): -8312272 or 3156609. OLE color: 3156609.

HSL color Cylindrical-coordinate representation of color #812A30: hue angle of 355.86º 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 #812A30 is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1294248-
CMYK00.670.630.49
HSL355.86º50.88%33.53%-
HSV(B)355.86º67.44%50.59%-
XYZ10.416.543.51-
YUV68.7116.32171.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.90%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 48 (19.14% from 255) = 21.92%
R=58.90%
G=19.18%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129424800.670.630.49355.8650.8833.53
Hex812A300433F311643322
Octal2015260010377615446342
Binary1000000110101011000001000011111111110001101100100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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