Html Css Color HEX #C14610 Rust

📋 copy color: '#C14610'

red 193 ◦ green 70 ◦ blue 16

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

Shades of Rust #C14610

Tints of Rust #C14610

RGB

 RED value IS 193 (75.78% from 255) = 69.18%

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

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

R = 69.18%
G = 25.09%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C14610 (or 0xC14610) is known color: Rust. HEX triplet: C1, 46 and 10. RGB value is (193,70,16). Sum of RGB (Red+Green+Blue) = 193+70+16=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C14610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14610 is #3EB9EF. Grayscale: #646464. Windows color (decimal): -4110832 or 1066689. OLE color: 1066689.

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

Color convert

RGB 193 70 16 -
CMYK 0 0.64 0.92 0.24
HSL 18.31º 0.85% 0.41% -
HSV(B) 18.31º 0.92% 0.76% -
XYZ 24.28 15.76 2.25 -
YUV 100.62 80.25 193.89 -
System Red Green Blue C M Y K H S L
Decimal 193 70 16 0 0.64 0.92 0.24 18.31 0.85 0.41
Hex C1 46 10 0 40 5C 18 12 55 29
Octal 301 106 20 0 100 134 30 22 125 51
Binary 11000001 1000110 10000 0 1000000 1011100 11000 10010 1010101 101001

Color Harmonies of #C14610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14610

Black with #C14610

Text Example


Text Example

White with #C14610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14610; }

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

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

background-color css

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

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

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

border-color css

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

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

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