#822C30

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

Shades of Flame Red #822C30

Tints of Flame Red #822C30

Color information

#822C30 (or 0x822C30) is unknown color: approx Flame Red. HEX triplet: 82, 2C and 30. RGB value is (130,44,48). Sum of RGB (Red+Green+Blue) = 130+44+48=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #822C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C30 is #7DD3CF. Grayscale: #464646. Windows color (decimal): -8246224 or 3157122. OLE color: 3157122.

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

Color convert

RGB1304448-
CMYK00.660.630.49
HSL357.21º49.43%34.12%-
HSV(B)357.21º66.15%50.98%-
XYZ10.646.763.54-
YUV70.17115.49170.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.56%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 48 (19.14% from 255) = 21.62%
R=58.56%
G=19.82%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130444800.660.630.49357.2149.4334.12
Hex822C300423F311653122
Octal2025460010277615456142
Binary1000001010110011000001000010111111110001101100101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822C30; }

 p { color: rgb(130,44,48); }

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

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

 a { background-color: rgb(130,44,48); }

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

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

 span { border-color: rgb(130,44,48); }

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