Html Css Color HEX #C53F0D Rust

📋 copy color: '#C53F0D'

red 197 ◦ green 63 ◦ blue 13

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

Shades of Rust #C53F0D

Tints of Rust #C53F0D

RGB

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

 GREEN value IS 63 (25% from 255) = 23.08%

 BLUE value IS 13 (5.47% from 255) = 4.76%

R = 72.16%
G = 23.08%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C53F0D (or 0xC53F0D) is known color: Rust. HEX triplet: C5, 3F and 0D. RGB value is (197,63,13). Sum of RGB (Red+Green+Blue) = 197+63+13=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53F0D is #3AC0F2. Grayscale: #616161. Windows color (decimal): -3850483 or 868293. OLE color: 868293.

HSL color Cylindrical-coordinate representation of color #C53F0D: hue angle of 16.3º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C53F0D is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 63 13 -
CMYK 0 0.68 0.93 0.23
HSL 16.3º 0.88% 0.41% -
HSV(B) 16.3º 0.93% 0.77% -
XYZ 24.88 15.45 2.05 -
YUV 97.37 80.39 199.07 -
System Red Green Blue C M Y K H S L
Decimal 197 63 13 0 0.68 0.93 0.23 16.3 0.88 0.41
Hex C5 3F D 0 44 5D 17 10 58 29
Octal 305 77 15 0 104 135 27 20 130 51
Binary 11000101 111111 1101 0 1000100 1011101 10111 10000 1011000 101001

Color Harmonies of #C53F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F0D

Black with #C53F0D

Text Example


Text Example

White with #C53F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F0D; }

 p { color: rgb(197,63,13); }

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

background-color css

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

 a { background-color: rgb(197,63,13); }

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

border-color css

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

 span { border-color: rgb(197,63,13); }

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