Html Css Color HEX #C05615 Rust

📋 copy color: '#C05615'

red 192 ◦ green 86 ◦ blue 21

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

Shades of Rust #C05615

Tints of Rust #C05615

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.76%

 BLUE value IS 21 (8.59% from 255) = 7.02%

R = 64.21%
G = 28.76%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C05615 (or 0xC05615) is known color: Rust. HEX triplet: C0, 56 and 15. RGB value is (192,86,21). Sum of RGB (Red+Green+Blue) = 192+86+21=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C05615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05615 is #3FA9EA. Grayscale: #6E6E6E. Windows color (decimal): -4172267 or 1398464. OLE color: 1398464.

HSL color Cylindrical-coordinate representation of color #C05615: hue angle of 22.81º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C05615 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 86 21 -
CMYK 0 0.55 0.89 0.25
HSL 22.81º 0.8% 0.42% -
HSV(B) 22.81º 0.89% 0.75% -
XYZ 25.2 17.92 2.84 -
YUV 110.28 77.62 186.29 -
System Red Green Blue C M Y K H S L
Decimal 192 86 21 0 0.55 0.89 0.25 22.81 0.8 0.42
Hex C0 56 15 0 37 59 19 17 50 2A
Octal 300 126 25 0 67 131 31 27 120 52
Binary 11000000 1010110 10101 0 110111 1011001 11001 10111 1010000 101010

Color Harmonies of #C05615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05615

Black with #C05615

Text Example


Text Example

White with #C05615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05615; }

 p { color: rgb(192,86,21); }

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

background-color css

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

 a { background-color: rgb(192,86,21); }

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

border-color css

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

 span { border-color: rgb(192,86,21); }

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