#C6592B

Color #C6592B Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #C6592B

Tints of Chilean Fire #C6592B

Color information

#C6592B (or 0xC6592B) is unknown color: approx Chilean Fire. HEX triplet: C6, 59 and 2B. RGB value is (198,89,43). Sum of RGB (Red+Green+Blue) = 198+89+43=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6592B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6592B is #39A6D4. Grayscale: #747474. Windows color (decimal): -3778261 or 2841030. OLE color: 2841030.

HSL color Cylindrical-coordinate representation of color #C6592B: hue angle of 17.81º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6592B is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB1988943-
CMYK00.550.780.22
HSL17.81º64.32%47.25%-
HSV(B)17.81º78.28%77.65%-
XYZ27.319.324.58-
YUV116.3586.61186.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 43 (17.19% from 255) = 13.03%
R=60%
G=26.97%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198894300.550.780.2217.8164.3247.25
HexC6592B0374E1612402f
Octal30613153067116262210057
Binary1100011010110011010110110111100111010110100101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6592B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6592B; }

 p { color: rgb(198,89,43); }

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

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

 a { background-color: rgb(198,89,43); }

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

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

 span { border-color: rgb(198,89,43); }

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