#CB5B34

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

Shades of Chilean Fire #CB5B34

Tints of Chilean Fire #CB5B34

Color information

#CB5B34 (or 0xCB5B34) is unknown color: approx Chilean Fire. HEX triplet: CB, 5B and 34. RGB value is (203,91,52). Sum of RGB (Red+Green+Blue) = 203+91+52=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5B34 is #34A4CB. Grayscale: #787878. Windows color (decimal): -3450060 or 3431371. OLE color: 3431371.

HSL color Cylindrical-coordinate representation of color #CB5B34: hue angle of 15.5º 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 #CB5B34 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB2039152-
CMYK00.550.740.20
HSL15.5º59.22%50%-
HSV(B)15.5º74.38%79.61%-
XYZ28.9920.435.66-
YUV120.0489.61187.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.67%
GREEN value IS 91 (35.94% from 255) = 26.30%
BLUE value IS 52 (20.70% from 255) = 15.03%
R=58.67%
G=26.30%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203915200.550.740.2015.559.2250
HexCB5B340374A14f3b32
Octal3131336406711224177362
Binary11001011101101111010001101111001010101001111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5B34; }

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

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

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

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

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

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

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

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