Html Css Color HEX #C54310 Rust

📋 copy color: '#C54310'

red 197 ◦ green 67 ◦ blue 16

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

Shades of Rust #C54310

Tints of Rust #C54310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.93%

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

R = 70.36%
G = 23.93%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C54310 (or 0xC54310) is known color: Rust. HEX triplet: C5, 43 and 10. RGB value is (197,67,16). Sum of RGB (Red+Green+Blue) = 197+67+16=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C54310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54310 is #3ABCEF. Grayscale: #646464. Windows color (decimal): -3849456 or 1065925. OLE color: 1065925.

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

Color convert

RGB 197 67 16 -
CMYK 0 0.66 0.92 0.23
HSL 16.91º 0.85% 0.42% -
HSV(B) 16.91º 0.92% 0.77% -
XYZ 25.13 15.92 2.24 -
YUV 100.06 80.57 197.15 -
System Red Green Blue C M Y K H S L
Decimal 197 67 16 0 0.66 0.92 0.23 16.91 0.85 0.42
Hex C5 43 10 0 42 5C 17 11 55 2A
Octal 305 103 20 0 102 134 27 21 125 52
Binary 11000101 1000011 10000 0 1000010 1011100 10111 10001 1010101 101010

Color Harmonies of #C54310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54310

Black with #C54310

Text Example


Text Example

White with #C54310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54310; }

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

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

background-color css

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

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

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

border-color css

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

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

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