Html Css Color HEX #C53A00 Rust

📋 copy color: '#C53A00'

red 197 ◦ green 58 ◦ blue 0

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

Shades of Rust #C53A00

Tints of Rust #C53A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.75%

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

R = 77.25%
G = 22.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C53A00 (or 0xC53A00) is known color: Rust. HEX triplet: C5, 3A and 00. RGB value is (197,58,0). Sum of RGB (Red+Green+Blue) = 197+58+0=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53A00 is #3AC5FF. Grayscale: #5D5D5D. Windows color (decimal): -3851776 or 15045. OLE color: 15045.

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

Color convert

RGB 197 58 0 -
CMYK 0 0.71 1 0.23
HSL 17.66º 1% 0.39% -
HSV(B) 17.66º 1% 0.77% -
XYZ 24.54 14.9 1.58 -
YUV 92.95 75.55 202.22 -
System Red Green Blue C M Y K H S L
Decimal 197 58 0 0 0.71 1 0.23 17.66 1 0.39
Hex C5 3A 0 0 47 64 17 12 64 27
Octal 305 72 0 0 107 144 27 22 144 47
Binary 11000101 111010 0 0 1000111 1100100 10111 10010 1100100 100111

Color Harmonies of #C53A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53A00

Black with #C53A00

Text Example


Text Example

White with #C53A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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