#C13F06

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

Shades of Rust #C13F06

Tints of Rust #C13F06

Color information

#C13F06 (or 0xC13F06) is unknown color: approx Rust. HEX triplet: C1, 3F and 06. RGB value is (193,63,6). Sum of RGB (Red+Green+Blue) = 193+63+6=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13F06 is #3EC0F9. Grayscale: #5F5F5F. Windows color (decimal): -4112634 or 409537. OLE color: 409537.

HSL color Cylindrical-coordinate representation of color #C13F06: hue angle of 18.29º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C13F06 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB193636-
CMYK00.670.970.24
HSL18.29º93.97%39.02%-
HSV(B)18.29º96.89%75.69%-
XYZ23.814.911.79-
YUV95.3777.57197.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 73.66%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 6 (2.73% from 255) = 2.29%
R=73.66%
G=24.05%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19363600.670.970.2418.2993.9739.02
HexC13F60436118125e27
Octal3017760103141302213647
Binary1100000111111111001000011110000111000100101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13F06; }

 p { color: rgb(193,63,6); }

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

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

 a { background-color: rgb(193,63,6); }

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

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

 span { border-color: rgb(193,63,6); }

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