Html Css Color HEX #C53900 Rust

📋 copy color: '#C53900'

red 197 ◦ green 57 ◦ blue 0

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

Shades of Rust #C53900

Tints of Rust #C53900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.44%

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

R = 77.56%
G = 22.44%
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

#C53900 (or 0xC53900) is known color: Rust. HEX triplet: C5, 39 and 00. RGB value is (197,57,0). Sum of RGB (Red+Green+Blue) = 197+57+0=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C53900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53900 is #3AC6FF. Grayscale: #5C5C5C. Windows color (decimal): -3852032 or 14789. OLE color: 14789.

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

Color convert

RGB 197 57 0 -
CMYK 0 0.71 1 0.23
HSL 17.36º 1% 0.39% -
HSV(B) 17.36º 1% 0.77% -
XYZ 24.49 14.8 1.57 -
YUV 92.36 75.88 202.63 -
System Red Green Blue C M Y K H S L
Decimal 197 57 0 0 0.71 1 0.23 17.36 1 0.39
Hex C5 39 0 0 47 64 17 11 64 27
Octal 305 71 0 0 107 144 27 21 144 47
Binary 11000101 111001 0 0 1000111 1100100 10111 10001 1100100 100111

Color Harmonies of #C53900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53900

Black with #C53900

Text Example


Text Example

White with #C53900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53900; }

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

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

background-color css

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

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

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

border-color css

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

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

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