Html Css Color HEX #C04F10 Rust

📋 copy color: '#C04F10'

red 192 ◦ green 79 ◦ blue 16

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

Shades of Rust #C04F10

Tints of Rust #C04F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.57%

R = 66.9%
G = 27.53%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C04F10 (or 0xC04F10) is known color: Rust. HEX triplet: C0, 4F and 10. RGB value is (192,79,16). Sum of RGB (Red+Green+Blue) = 192+79+16=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04F10 is #3FB0EF. Grayscale: #696969. Windows color (decimal): -4174064 or 1068992. OLE color: 1068992.

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

Color convert

RGB 192 79 16 -
CMYK 0 0.59 0.92 0.25
HSL 21.48º 0.85% 0.41% -
HSV(B) 21.48º 0.92% 0.75% -
XYZ 24.63 16.84 2.44 -
YUV 105.61 77.44 189.62 -
System Red Green Blue C M Y K H S L
Decimal 192 79 16 0 0.59 0.92 0.25 21.48 0.85 0.41
Hex C0 4F 10 0 3B 5C 19 15 55 29
Octal 300 117 20 0 73 134 31 25 125 51
Binary 11000000 1001111 10000 0 111011 1011100 11001 10101 1010101 101001

Color Harmonies of #C04F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F10

Black with #C04F10

Text Example


Text Example

White with #C04F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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