Html Css Color HEX #C05110 Rust

📋 copy color: '#C05110'

red 192 ◦ green 81 ◦ blue 16

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

Shades of Rust #C05110

Tints of Rust #C05110

RGB

 RED value IS 192 (75.39% from 255) = 66.44%

 GREEN value IS 81 (32.03% from 255) = 28.03%

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

R = 66.44%
G = 28.03%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C05110 (or 0xC05110) is known color: Rust. HEX triplet: C0, 51 and 10. RGB value is (192,81,16). Sum of RGB (Red+Green+Blue) = 192+81+16=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C05110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05110 is #3FAEEF. Grayscale: #6B6B6B. Windows color (decimal): -4173552 or 1069504. OLE color: 1069504.

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

Color convert

RGB 192 81 16 -
CMYK 0 0.58 0.92 0.25
HSL 22.16º 0.85% 0.41% -
HSV(B) 22.16º 0.92% 0.75% -
XYZ 24.77 17.13 2.49 -
YUV 106.78 76.77 188.79 -
System Red Green Blue C M Y K H S L
Decimal 192 81 16 0 0.58 0.92 0.25 22.16 0.85 0.41
Hex C0 51 10 0 3A 5C 19 16 55 29
Octal 300 121 20 0 72 134 31 26 125 51
Binary 11000000 1010001 10000 0 111010 1011100 11001 10110 1010101 101001

Color Harmonies of #C05110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05110

Black with #C05110

Text Example


Text Example

White with #C05110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05110; }

 p { color: rgb(192,81,16); }

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

background-color css

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

 a { background-color: rgb(192,81,16); }

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

border-color css

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

 span { border-color: rgb(192,81,16); }

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