Html Css Color HEX #C45014 Rust

📋 copy color: '#C45014'

red 196 ◦ green 80 ◦ blue 20

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

Shades of Rust #C45014

Tints of Rust #C45014

RGB

 RED value IS 196 (76.95% from 255) = 66.22%

 GREEN value IS 80 (31.64% from 255) = 27.03%

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

R = 66.22%
G = 27.03%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C45014 (or 0xC45014) is known color: Rust. HEX triplet: C4, 50 and 14. RGB value is (196,80,20). Sum of RGB (Red+Green+Blue) = 196+80+20=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C45014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45014 is #3BAFEB. Grayscale: #6C6C6C. Windows color (decimal): -3911660 or 1331396. OLE color: 1331396.

HSL color Cylindrical-coordinate representation of color #C45014: hue angle of 20.45º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C45014 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 20 -
CMYK 0 0.59 0.90 0.23
HSL 20.45º 0.81% 0.42% -
HSV(B) 20.45º 0.9% 0.77% -
XYZ 25.76 17.52 2.69 -
YUV 107.84 78.43 190.88 -
System Red Green Blue C M Y K H S L
Decimal 196 80 20 0 0.59 0.90 0.23 20.45 0.81 0.42
Hex C4 50 14 0 3B 5A 17 14 51 2A
Octal 304 120 24 0 73 132 27 24 121 52
Binary 11000100 1010000 10100 0 111011 1011010 10111 10100 1010001 101010

Color Harmonies of #C45014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45014

Black with #C45014

Text Example


Text Example

White with #C45014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45014; }

 p { color: rgb(196,80,20); }

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

background-color css

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

 a { background-color: rgb(196,80,20); }

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

border-color css

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

 span { border-color: rgb(196,80,20); }

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