Html Css Color HEX #C5480D Rust

📋 copy color: '#C5480D'

red 197 ◦ green 72 ◦ blue 13

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

Shades of Rust #C5480D

Tints of Rust #C5480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.53%

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

R = 69.86%
G = 25.53%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5480D (or 0xC5480D) is known color: Rust. HEX triplet: C5, 48 and 0D. RGB value is (197,72,13). Sum of RGB (Red+Green+Blue) = 197+72+13=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C5480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5480D is #3AB7F2. Grayscale: #676767. Windows color (decimal): -3848179 or 870597. OLE color: 870597.

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

Color convert

RGB 197 72 13 -
CMYK 0 0.63 0.93 0.23
HSL 19.24º 0.88% 0.41% -
HSV(B) 19.24º 0.93% 0.77% -
XYZ 25.42 16.53 2.23 -
YUV 102.65 77.41 195.3 -
System Red Green Blue C M Y K H S L
Decimal 197 72 13 0 0.63 0.93 0.23 19.24 0.88 0.41
Hex C5 48 D 0 3F 5D 17 13 58 29
Octal 305 110 15 0 77 135 27 23 130 51
Binary 11000101 1001000 1101 0 111111 1011101 10111 10011 1011000 101001

Color Harmonies of #C5480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5480D

Black with #C5480D

Text Example


Text Example

White with #C5480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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