#C53A02

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

Shades of Rust #C53A02

Tints of Rust #C53A02

Color information

#C53A02 (or 0xC53A02) is unknown color: approx Rust. HEX triplet: C5, 3A and 02. RGB value is (197,58,2). Sum of RGB (Red+Green+Blue) = 197+58+2=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53A02 is #3AC5FD. Grayscale: #5D5D5D. Windows color (decimal): -3851774 or 146117. OLE color: 146117.

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

Color convert

RGB197582-
CMYK00.710.990.23
HSL17.23º97.99%39.02%-
HSV(B)17.23º98.98%77.25%-
XYZ24.5514.91.64-
YUV93.1876.55202.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 76.65%
GREEN value IS 58 (23.05% from 255) = 22.57%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=76.65%
G=22.57%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19758200.710.990.2317.2397.9939.02
HexC53A20476317116227
Octal3057220107143272114247
Binary110001011110101001000111110001110111100011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53A02; }

 p { color: rgb(197,58,2); }

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

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

 a { background-color: rgb(197,58,2); }

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

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

 span { border-color: rgb(197,58,2); }

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