#C33900

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

Shades of Rust #C33900

Tints of Rust #C33900

Color information

#C33900 (or 0xC33900) is unknown color: approx Rust. HEX triplet: C3, 39 and 00. RGB value is (195,57,0). Sum of RGB (Red+Green+Blue) = 195+57+0=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C33900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33900 is #3CC6FF. Grayscale: #5C5C5C. Windows color (decimal): -3983104 or 14787. OLE color: 14787.

HSL color Cylindrical-coordinate representation of color #C33900: hue angle of 17.54º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C33900 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB195570-
CMYK00.7110.24
HSL17.54º100%38.24%-
HSV(B)17.54º100%76.47%-
XYZ23.9714.531.54-
YUV91.7676.22201.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 77.38%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.38%
G=22.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19557000.7110.2417.5410038.24
HexC33900476418126426
Octal3037100107144302214446
Binary11000011111001001000111110010011000100101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33900; }

 p { color: rgb(195,57,0); }

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

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

 a { background-color: rgb(195,57,0); }

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

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

 span { border-color: rgb(195,57,0); }

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