Html Css Color HEX #C65014 Rust

📋 copy color: '#C65014'

red 198 ◦ green 80 ◦ blue 20

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

Shades of Rust #C65014

Tints of Rust #C65014

RGB

 RED value IS 198 (77.73% from 255) = 66.44%

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

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

R = 66.44%
G = 26.85%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C65014 (or 0xC65014) is known color: Rust. HEX triplet: C6, 50 and 14. RGB value is (198,80,20). Sum of RGB (Red+Green+Blue) = 198+80+20=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C65014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65014 is #39AFEB. Grayscale: #6C6C6C. Windows color (decimal): -3780588 or 1331398. OLE color: 1331398.

HSL color Cylindrical-coordinate representation of color #C65014: hue angle of 20.22º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C65014 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 80 20 -
CMYK 0 0.60 0.90 0.22
HSL 20.22º 0.82% 0.43% -
HSV(B) 20.22º 0.9% 0.78% -
XYZ 26.28 17.79 2.71 -
YUV 108.44 78.09 191.88 -
System Red Green Blue C M Y K H S L
Decimal 198 80 20 0 0.60 0.90 0.22 20.22 0.82 0.43
Hex C6 50 14 0 3C 5A 16 14 52 2B
Octal 306 120 24 0 74 132 26 24 122 53
Binary 11000110 1010000 10100 0 111100 1011010 10110 10100 1010010 101011

Color Harmonies of #C65014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65014

Black with #C65014

Text Example


Text Example

White with #C65014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65014; }

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

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

background-color css

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

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

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

border-color css

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

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

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