Html Css Color HEX #C05111 Rust

📋 copy color: '#C05111'

red 192 ◦ green 81 ◦ blue 17

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

Shades of Rust #C05111

Tints of Rust #C05111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.86%

R = 66.21%
G = 27.93%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C05111 (or 0xC05111) is known color: Rust. HEX triplet: C0, 51 and 11. RGB value is (192,81,17). Sum of RGB (Red+Green+Blue) = 192+81+17=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C05111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05111 is #3FAEEE. Grayscale: #6B6B6B. Windows color (decimal): -4173551 or 1135040. OLE color: 1135040.

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

Color convert

RGB 192 81 17 -
CMYK 0 0.58 0.91 0.25
HSL 21.94º 0.84% 0.41% -
HSV(B) 21.94º 0.91% 0.75% -
XYZ 24.78 17.13 2.53 -
YUV 106.89 77.27 188.7 -
System Red Green Blue C M Y K H S L
Decimal 192 81 17 0 0.58 0.91 0.25 21.94 0.84 0.41
Hex C0 51 11 0 3A 5B 19 16 54 29
Octal 300 121 21 0 72 133 31 26 124 51
Binary 11000000 1010001 10001 0 111010 1011011 11001 10110 1010100 101001

Color Harmonies of #C05111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05111

Black with #C05111

Text Example


Text Example

White with #C05111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05111; }

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

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

background-color css

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

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

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

border-color css

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

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

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