Html Css Color HEX #C54110 Rust

📋 copy color: '#C54110'

red 197 ◦ green 65 ◦ blue 16

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

Shades of Rust #C54110

Tints of Rust #C54110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

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

R = 70.86%
G = 23.38%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C54110 (or 0xC54110) is known color: Rust. HEX triplet: C5, 41 and 10. RGB value is (197,65,16). Sum of RGB (Red+Green+Blue) = 197+65+16=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C54110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54110 is #3ABEEF. Grayscale: #636363. Windows color (decimal): -3849968 or 1065413. OLE color: 1065413.

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

Color convert

RGB 197 65 16 -
CMYK 0 0.67 0.92 0.23
HSL 16.24º 0.85% 0.42% -
HSV(B) 16.24º 0.92% 0.77% -
XYZ 25.01 15.69 2.2 -
YUV 98.88 81.23 197.98 -
System Red Green Blue C M Y K H S L
Decimal 197 65 16 0 0.67 0.92 0.23 16.24 0.85 0.42
Hex C5 41 10 0 43 5C 17 10 55 2A
Octal 305 101 20 0 103 134 27 20 125 52
Binary 11000101 1000001 10000 0 1000011 1011100 10111 10000 1010101 101010

Color Harmonies of #C54110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54110

Black with #C54110

Text Example


Text Example

White with #C54110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54110; }

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

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

background-color css

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

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

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

border-color css

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

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

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