Html Css Color HEX #C53E00 Rust

📋 copy color: '#C53E00'

red 197 ◦ green 62 ◦ blue 0

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

Shades of Rust #C53E00

Tints of Rust #C53E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.94%

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

R = 76.06%
G = 23.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C53E00 (or 0xC53E00) is known color: Rust. HEX triplet: C5, 3E and 00. RGB value is (197,62,0). Sum of RGB (Red+Green+Blue) = 197+62+0=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53E00 is #3AC1FF. Grayscale: #5F5F5F. Windows color (decimal): -3850752 or 16069. OLE color: 16069.

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

Color convert

RGB 197 62 0 -
CMYK 0 0.69 1 0.23
HSL 18.88º 1% 0.39% -
HSV(B) 18.88º 1% 0.77% -
XYZ 24.75 15.32 1.65 -
YUV 95.3 74.23 200.54 -
System Red Green Blue C M Y K H S L
Decimal 197 62 0 0 0.69 1 0.23 18.88 1 0.39
Hex C5 3E 0 0 45 64 17 13 64 27
Octal 305 76 0 0 105 144 27 23 144 47
Binary 11000101 111110 0 0 1000101 1100100 10111 10011 1100100 100111

Color Harmonies of #C53E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53E00

Black with #C53E00

Text Example


Text Example

White with #C53E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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