Html Css Color HEX #C53C00 Rust

📋 copy color: '#C53C00'

red 197 ◦ green 60 ◦ blue 0

#C53C00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #C53C00

Tints of Rust #C53C00

RGB

 RED value IS 197 (77.34% from 255) = 76.65%

 GREEN value IS 60 (23.83% from 255) = 23.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.65%
G = 23.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C53C00 (or 0xC53C00) is known color: Rust. HEX triplet: C5, 3C and 00. RGB value is (197,60,0). Sum of RGB (Red+Green+Blue) = 197+60+0=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53C00 is #3AC3FF. Grayscale: #5E5E5E. Windows color (decimal): -3851264 or 15557. OLE color: 15557.

HSL color Cylindrical-coordinate representation of color #C53C00: hue angle of 18.27º 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 #C53C00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 60 0 -
CMYK 0 0.70 1 0.23
HSL 18.27º 1% 0.39% -
HSV(B) 18.27º 1% 0.77% -
XYZ 24.64 15.1 1.62 -
YUV 94.12 74.89 201.38 -
System Red Green Blue C M Y K H S L
Decimal 197 60 0 0 0.70 1 0.23 18.27 1 0.39
Hex C5 3C 0 0 46 64 17 12 64 27
Octal 305 74 0 0 106 144 27 22 144 47
Binary 11000101 111100 0 0 1000110 1100100 10111 10010 1100100 100111

Color Harmonies of #C53C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53C00

Black with #C53C00

Text Example


Text Example

White with #C53C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53C00; }

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

 H1.HeaderClassName
 {
   color: #C53C00;
 }
 .AnyTagClassName
 {
   color: #C53C00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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