Html Css Color HEX #C54610 Rust

📋 copy color: '#C54610'

red 197 ◦ green 70 ◦ blue 16

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

Shades of Rust #C54610

Tints of Rust #C54610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.73%

 BLUE value IS 16 (6.64% from 255) = 5.65%

R = 69.61%
G = 24.73%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C54610 (or 0xC54610) is known color: Rust. HEX triplet: C5, 46 and 10. RGB value is (197,70,16). Sum of RGB (Red+Green+Blue) = 197+70+16=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C54610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54610 is #3AB9EF. Grayscale: #666666. Windows color (decimal): -3848688 or 1066693. OLE color: 1066693.

HSL color Cylindrical-coordinate representation of color #C54610: hue angle of 17.9º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C54610 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 70 16 -
CMYK 0 0.64 0.92 0.23
HSL 17.9º 0.85% 0.42% -
HSV(B) 17.9º 0.92% 0.77% -
XYZ 25.31 16.29 2.3 -
YUV 101.82 79.58 195.89 -
System Red Green Blue C M Y K H S L
Decimal 197 70 16 0 0.64 0.92 0.23 17.9 0.85 0.42
Hex C5 46 10 0 40 5C 17 12 55 2A
Octal 305 106 20 0 100 134 27 22 125 52
Binary 11000101 1000110 10000 0 1000000 1011100 10111 10010 1010101 101010

Color Harmonies of #C54610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54610

Black with #C54610

Text Example


Text Example

White with #C54610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54610; }

 p { color: rgb(197,70,16); }

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

background-color css

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

 a { background-color: rgb(197,70,16); }

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

border-color css

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

 span { border-color: rgb(197,70,16); }

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