Html Css Color HEX #C04F13 Rust

📋 copy color: '#C04F13'

red 192 ◦ green 79 ◦ blue 19

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

Shades of Rust #C04F13

Tints of Rust #C04F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.55%

R = 66.21%
G = 27.24%
B = 6.55%

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

#C04F13 (or 0xC04F13) is known color: Rust. HEX triplet: C0, 4F and 13. RGB value is (192,79,19). Sum of RGB (Red+Green+Blue) = 192+79+19=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04F13 is #3FB0EC. Grayscale: #6A6A6A. Windows color (decimal): -4174061 or 1265600. OLE color: 1265600.

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

Color convert

RGB 192 79 19 -
CMYK 0 0.59 0.90 0.25
HSL 20.81º 0.82% 0.41% -
HSV(B) 20.81º 0.9% 0.75% -
XYZ 24.65 16.85 2.57 -
YUV 105.95 78.94 189.38 -
System Red Green Blue C M Y K H S L
Decimal 192 79 19 0 0.59 0.90 0.25 20.81 0.82 0.41
Hex C0 4F 13 0 3B 5A 19 15 52 29
Octal 300 117 23 0 73 132 31 25 122 51
Binary 11000000 1001111 10011 0 111011 1011010 11001 10101 1010010 101001

Color Harmonies of #C04F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F13

Black with #C04F13

Text Example


Text Example

White with #C04F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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