Html Css Color HEX #C04E16 Rust

📋 copy color: '#C04E16'

red 192 ◦ green 78 ◦ blue 22

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

Shades of Rust #C04E16

Tints of Rust #C04E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.71%

 BLUE value IS 22 (8.98% from 255) = 7.53%

R = 65.75%
G = 26.71%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C04E16 (or 0xC04E16) is known color: Rust. HEX triplet: C0, 4E and 16. RGB value is (192,78,22). Sum of RGB (Red+Green+Blue) = 192+78+22=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04E16 is #3FB1E9. Grayscale: #6A6A6A. Windows color (decimal): -4174314 or 1461952. OLE color: 1461952.

HSL color Cylindrical-coordinate representation of color #C04E16: hue angle of 19.76º degrees, saturation: 0.79, 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 #C04E16 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 78 22 -
CMYK 0 0.59 0.89 0.25
HSL 19.76º 0.79% 0.42% -
HSV(B) 19.76º 0.89% 0.75% -
XYZ 24.61 16.71 2.69 -
YUV 105.7 80.77 189.55 -
System Red Green Blue C M Y K H S L
Decimal 192 78 22 0 0.59 0.89 0.25 19.76 0.79 0.42
Hex C0 4E 16 0 3B 59 19 14 4F 2A
Octal 300 116 26 0 73 131 31 24 117 52
Binary 11000000 1001110 10110 0 111011 1011001 11001 10100 1001111 101010

Color Harmonies of #C04E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04E16

Black with #C04E16

Text Example


Text Example

White with #C04E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04E16; }

 p { color: rgb(192,78,22); }

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

background-color css

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

 a { background-color: rgb(192,78,22); }

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

border-color css

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

 span { border-color: rgb(192,78,22); }

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