#CB592F

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

Shades of Chilean Fire #CB592F

Tints of Chilean Fire #CB592F

Color information

#CB592F (or 0xCB592F) is unknown color: approx Chilean Fire. HEX triplet: CB, 59 and 2F. RGB value is (203,89,47). Sum of RGB (Red+Green+Blue) = 203+89+47=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB592F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB592F is #34A6D0. Grayscale: #767676. Windows color (decimal): -3450577 or 3103179. OLE color: 3103179.

HSL color Cylindrical-coordinate representation of color #CB592F: hue angle of 16.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB592F is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB2038947-
CMYK00.560.770.20
HSL16.15º62.4%49.02%-
HSV(B)16.15º76.85%79.61%-
XYZ28.7120.055.05-
YUV118.387.77188.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.88%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 47 (18.75% from 255) = 13.86%
R=59.88%
G=26.25%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203894700.560.770.2016.1562.449.02
HexCB592F0384D14103e31
Octal3131315707011524207661
Binary110010111011001101111011100010011011010010000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB592F; }

 p { color: rgb(203,89,47); }

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

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

 a { background-color: rgb(203,89,47); }

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

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

 span { border-color: rgb(203,89,47); }

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