Html Css Color HEX #C05514 Rust

📋 copy color: '#C05514'

red 192 ◦ green 85 ◦ blue 20

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

Shades of Rust #C05514

Tints of Rust #C05514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.62%

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 64.65%
G = 28.62%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C05514 (or 0xC05514) is known color: Rust. HEX triplet: C0, 55 and 14. RGB value is (192,85,20). Sum of RGB (Red+Green+Blue) = 192+85+20=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C05514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05514 is #3FAAEB. Grayscale: #6D6D6D. Windows color (decimal): -4172524 or 1332672. OLE color: 1332672.

HSL color Cylindrical-coordinate representation of color #C05514: hue angle of 22.67º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C05514 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 85 20 -
CMYK 0 0.56 0.90 0.25
HSL 22.67º 0.81% 0.42% -
HSV(B) 22.67º 0.9% 0.75% -
XYZ 25.11 17.75 2.77 -
YUV 109.58 77.45 186.79 -
System Red Green Blue C M Y K H S L
Decimal 192 85 20 0 0.56 0.90 0.25 22.67 0.81 0.42
Hex C0 55 14 0 38 5A 19 17 51 2A
Octal 300 125 24 0 70 132 31 27 121 52
Binary 11000000 1010101 10100 0 111000 1011010 11001 10111 1010001 101010

Color Harmonies of #C05514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05514

Black with #C05514

Text Example


Text Example

White with #C05514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05514; }

 p { color: rgb(192,85,20); }

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

background-color css

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

 a { background-color: rgb(192,85,20); }

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

border-color css

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

 span { border-color: rgb(192,85,20); }

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