Html Css Color HEX #C15010 Rust

📋 copy color: '#C15010'

red 193 ◦ green 80 ◦ blue 16

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

Shades of Rust #C15010

Tints of Rust #C15010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.68%

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

R = 66.78%
G = 27.68%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C15010 (or 0xC15010) is known color: Rust. HEX triplet: C1, 50 and 10. RGB value is (193,80,16). Sum of RGB (Red+Green+Blue) = 193+80+16=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C15010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15010 is #3EAFEF. Grayscale: #6A6A6A. Windows color (decimal): -4108272 or 1069249. OLE color: 1069249.

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

Color convert

RGB 193 80 16 -
CMYK 0 0.59 0.92 0.24
HSL 21.69º 0.85% 0.41% -
HSV(B) 21.69º 0.92% 0.76% -
XYZ 24.95 17.11 2.48 -
YUV 106.49 76.94 189.7 -
System Red Green Blue C M Y K H S L
Decimal 193 80 16 0 0.59 0.92 0.24 21.69 0.85 0.41
Hex C1 50 10 0 3B 5C 18 16 55 29
Octal 301 120 20 0 73 134 30 26 125 51
Binary 11000001 1010000 10000 0 111011 1011100 11000 10110 1010101 101001

Color Harmonies of #C15010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15010

Black with #C15010

Text Example


Text Example

White with #C15010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15010; }

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

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

background-color css

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

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

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

border-color css

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

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

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