Html Css Color HEX #C65017 Rust

📋 copy color: '#C65017'

red 198 ◦ green 80 ◦ blue 23

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

Shades of Rust #C65017

Tints of Rust #C65017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.64%

R = 65.78%
G = 26.58%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C65017 (or 0xC65017) is known color: Rust. HEX triplet: C6, 50 and 17. RGB value is (198,80,23). Sum of RGB (Red+Green+Blue) = 198+80+23=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C65017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65017 is #39AFE8. Grayscale: #6D6D6D. Windows color (decimal): -3780585 or 1528006. OLE color: 1528006.

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

Color convert

RGB 198 80 23 -
CMYK 0 0.60 0.88 0.22
HSL 19.54º 0.79% 0.43% -
HSV(B) 19.54º 0.88% 0.78% -
XYZ 26.31 17.8 2.86 -
YUV 108.78 79.59 191.63 -
System Red Green Blue C M Y K H S L
Decimal 198 80 23 0 0.60 0.88 0.22 19.54 0.79 0.43
Hex C6 50 17 0 3C 58 16 14 4F 2B
Octal 306 120 27 0 74 130 26 24 117 53
Binary 11000110 1010000 10111 0 111100 1011000 10110 10100 1001111 101011

Color Harmonies of #C65017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65017

Black with #C65017

Text Example


Text Example

White with #C65017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65017; }

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

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

background-color css

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

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

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

border-color css

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

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

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