#C53F00

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

Shades of Rust #C53F00

Tints of Rust #C53F00

Color information

#C53F00 (or 0xC53F00) is unknown color: approx Rust. HEX triplet: C5, 3F and 00. RGB value is (197,63,0). Sum of RGB (Red+Green+Blue) = 197+63+0=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53F00 is #3AC0FF. Grayscale: #606060. Windows color (decimal): -3850496 or 16325. OLE color: 16325.

HSL color Cylindrical-coordinate representation of color #C53F00: hue angle of 19.19º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C53F00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB197630-
CMYK00.6810.23
HSL19.19º100%38.63%-
HSV(B)19.19º100%77.25%-
XYZ24.815.431.67-
YUV95.8873.89200.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 75.77%
GREEN value IS 63 (25% from 255) = 24.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.77%
G=24.23%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19763000.6810.2319.1910038.63
HexC53F00446417136427
Octal3057700104144272314447
Binary11000101111111001000100110010010111100111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53F00; }

 p { color: rgb(197,63,0); }

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

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

 a { background-color: rgb(197,63,0); }

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

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

 span { border-color: rgb(197,63,0); }

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