Html Css Color HEX #C04614 Rust

📋 copy color: '#C04614'

red 192 ◦ green 70 ◦ blue 20

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

Shades of Rust #C04614

Tints of Rust #C04614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.82%

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

R = 68.09%
G = 24.82%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C04614 (or 0xC04614) is known color: Rust. HEX triplet: C0, 46 and 14. RGB value is (192,70,20). Sum of RGB (Red+Green+Blue) = 192+70+20=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C04614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04614 is #3FB9EB. Grayscale: #656565. Windows color (decimal): -4176364 or 1328832. OLE color: 1328832.

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

Color convert

RGB 192 70 20 -
CMYK 0 0.64 0.90 0.25
HSL 17.44º 0.81% 0.42% -
HSV(B) 17.44º 0.9% 0.75% -
XYZ 24.05 15.64 2.41 -
YUV 100.78 82.42 193.07 -
System Red Green Blue C M Y K H S L
Decimal 192 70 20 0 0.64 0.90 0.25 17.44 0.81 0.42
Hex C0 46 14 0 40 5A 19 11 51 2A
Octal 300 106 24 0 100 132 31 21 121 52
Binary 11000000 1000110 10100 0 1000000 1011010 11001 10001 1010001 101010

Color Harmonies of #C04614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04614

Black with #C04614

Text Example


Text Example

White with #C04614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04614; }

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

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

background-color css

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

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

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

border-color css

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

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

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