Html Css Color HEX #C04F14 Rust

📋 copy color: '#C04F14'

red 192 ◦ green 79 ◦ blue 20

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

Shades of Rust #C04F14

Tints of Rust #C04F14

RGB

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

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

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

R = 65.98%
G = 27.15%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C04F14 (or 0xC04F14) is known color: Rust. HEX triplet: C0, 4F and 14. RGB value is (192,79,20). Sum of RGB (Red+Green+Blue) = 192+79+20=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04F14 is #3FB0EB. Grayscale: #6A6A6A. Windows color (decimal): -4174060 or 1331136. OLE color: 1331136.

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

Color convert

RGB 192 79 20 -
CMYK 0 0.59 0.90 0.25
HSL 20.58º 0.81% 0.42% -
HSV(B) 20.58º 0.9% 0.75% -
XYZ 24.66 16.85 2.61 -
YUV 106.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 192 79 20 0 0.59 0.90 0.25 20.58 0.81 0.42
Hex C0 4F 14 0 3B 5A 19 15 51 2A
Octal 300 117 24 0 73 132 31 25 121 52
Binary 11000000 1001111 10100 0 111011 1011010 11001 10101 1010001 101010

Color Harmonies of #C04F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F14

Black with #C04F14

Text Example


Text Example

White with #C04F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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