Html Css Color HEX #C05311 Rust

📋 copy color: '#C05311'

red 192 ◦ green 83 ◦ blue 17

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

Shades of Rust #C05311

Tints of Rust #C05311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.42%

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

R = 65.75%
G = 28.42%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C05311 (or 0xC05311) is known color: Rust. HEX triplet: C0, 53 and 11. RGB value is (192,83,17). Sum of RGB (Red+Green+Blue) = 192+83+17=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C05311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05311 is #3FACEE. Grayscale: #6C6C6C. Windows color (decimal): -4173039 or 1135552. OLE color: 1135552.

HSL color Cylindrical-coordinate representation of color #C05311: hue angle of 22.63º 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 #C05311 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 83 17 -
CMYK 0 0.57 0.91 0.25
HSL 22.63º 0.84% 0.41% -
HSV(B) 22.63º 0.91% 0.75% -
XYZ 24.93 17.43 2.58 -
YUV 108.07 76.61 187.87 -
System Red Green Blue C M Y K H S L
Decimal 192 83 17 0 0.57 0.91 0.25 22.63 0.84 0.41
Hex C0 53 11 0 39 5B 19 17 54 29
Octal 300 123 21 0 71 133 31 27 124 51
Binary 11000000 1010011 10001 0 111001 1011011 11001 10111 1010100 101001

Color Harmonies of #C05311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05311

Black with #C05311

Text Example


Text Example

White with #C05311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05311; }

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

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

background-color css

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

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

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

border-color css

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

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

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