#CB5834

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

Shades of Chilean Fire #CB5834

Tints of Chilean Fire #CB5834

Color information

#CB5834 (or 0xCB5834) is unknown color: approx Chilean Fire. HEX triplet: CB, 58 and 34. RGB value is (203,88,52). Sum of RGB (Red+Green+Blue) = 203+88+52=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5834 is #34A7CB. Grayscale: #767676. Windows color (decimal): -3450828 or 3430603. OLE color: 3430603.

HSL color Cylindrical-coordinate representation of color #CB5834: hue angle of 14.3º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB5834 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB2038852-
CMYK00.570.740.20
HSL14.3º59.22%50%-
HSV(B)14.3º74.38%79.61%-
XYZ28.7419.925.58-
YUV118.2890.6188.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.18%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 52 (20.70% from 255) = 15.16%
R=59.18%
G=25.66%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203885200.570.740.2014.359.2250
HexCB58340394A14e3b32
Octal3131306407111224167362
Binary11001011101100011010001110011001010101001110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5834; }

 p { color: rgb(203,88,52); }

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

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

 a { background-color: rgb(203,88,52); }

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

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

 span { border-color: rgb(203,88,52); }

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