Html Css Color HEX #C65116 Rust

📋 copy color: '#C65116'

red 198 ◦ green 81 ◦ blue 22

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

Shades of Rust #C65116

Tints of Rust #C65116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 65.78%
G = 26.91%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C65116 (or 0xC65116) is known color: Rust. HEX triplet: C6, 51 and 16. RGB value is (198,81,22). Sum of RGB (Red+Green+Blue) = 198+81+22=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C65116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65116 is #39AEE9. Grayscale: #6D6D6D. Windows color (decimal): -3780330 or 1462726. OLE color: 1462726.

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

Color convert

RGB 198 81 22 -
CMYK 0 0.59 0.89 0.22
HSL 20.11º 0.8% 0.43% -
HSV(B) 20.11º 0.89% 0.78% -
XYZ 26.38 17.95 2.83 -
YUV 109.26 78.76 191.3 -
System Red Green Blue C M Y K H S L
Decimal 198 81 22 0 0.59 0.89 0.22 20.11 0.8 0.43
Hex C6 51 16 0 3B 59 16 14 50 2B
Octal 306 121 26 0 73 131 26 24 120 53
Binary 11000110 1010001 10110 0 111011 1011001 10110 10100 1010000 101011

Color Harmonies of #C65116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65116

Black with #C65116

Text Example


Text Example

White with #C65116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65116; }

 p { color: rgb(198,81,22); }

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

background-color css

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

 a { background-color: rgb(198,81,22); }

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

border-color css

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

 span { border-color: rgb(198,81,22); }

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