Html Css Color HEX #C04F17 Rust

📋 copy color: '#C04F17'

red 192 ◦ green 79 ◦ blue 23

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

Shades of Rust #C04F17

Tints of Rust #C04F17

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.87%

 BLUE value IS 23 (9.38% from 255) = 7.82%

R = 65.31%
G = 26.87%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C04F17 (or 0xC04F17) is known color: Rust. HEX triplet: C0, 4F and 17. RGB value is (192,79,23). Sum of RGB (Red+Green+Blue) = 192+79+23=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04F17 is #3FB0E8. Grayscale: #6A6A6A. Windows color (decimal): -4174057 or 1527744. OLE color: 1527744.

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

Color convert

RGB 192 79 23 -
CMYK 0 0.59 0.88 0.25
HSL 19.88º 0.79% 0.42% -
HSV(B) 19.88º 0.88% 0.75% -
XYZ 24.69 16.86 2.76 -
YUV 106.4 80.94 189.05 -
System Red Green Blue C M Y K H S L
Decimal 192 79 23 0 0.59 0.88 0.25 19.88 0.79 0.42
Hex C0 4F 17 0 3B 58 19 14 4F 2A
Octal 300 117 27 0 73 130 31 24 117 52
Binary 11000000 1001111 10111 0 111011 1011000 11001 10100 1001111 101010

Color Harmonies of #C04F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F17

Black with #C04F17

Text Example


Text Example

White with #C04F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F17; }

 p { color: rgb(192,79,23); }

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

background-color css

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

 a { background-color: rgb(192,79,23); }

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

border-color css

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

 span { border-color: rgb(192,79,23); }

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