Html Css Color HEX #C54210 Rust

📋 copy color: '#C54210'

red 197 ◦ green 66 ◦ blue 16

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

Shades of Rust #C54210

Tints of Rust #C54210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

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

R = 70.61%
G = 23.66%
B = 5.73%

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

#C54210 (or 0xC54210) is known color: Rust. HEX triplet: C5, 42 and 10. RGB value is (197,66,16). Sum of RGB (Red+Green+Blue) = 197+66+16=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C54210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54210 is #3ABDEF. Grayscale: #636363. Windows color (decimal): -3849712 or 1065669. OLE color: 1065669.

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

Color convert

RGB 197 66 16 -
CMYK 0 0.66 0.92 0.23
HSL 16.57º 0.85% 0.42% -
HSV(B) 16.57º 0.92% 0.77% -
XYZ 25.07 15.8 2.22 -
YUV 99.47 80.9 197.57 -
System Red Green Blue C M Y K H S L
Decimal 197 66 16 0 0.66 0.92 0.23 16.57 0.85 0.42
Hex C5 42 10 0 42 5C 17 11 55 2A
Octal 305 102 20 0 102 134 27 21 125 52
Binary 11000101 1000010 10000 0 1000010 1011100 10111 10001 1010101 101010

Color Harmonies of #C54210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54210

Black with #C54210

Text Example


Text Example

White with #C54210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54210; }

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

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

background-color css

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

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

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

border-color css

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

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

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