Html Css Color HEX #C65114 Rust

📋 copy color: '#C65114'

red 198 ◦ green 81 ◦ blue 20

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

Shades of Rust #C65114

Tints of Rust #C65114

RGB

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

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

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

R = 66.22%
G = 27.09%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C65114 (or 0xC65114) is known color: Rust. HEX triplet: C6, 51 and 14. RGB value is (198,81,20). Sum of RGB (Red+Green+Blue) = 198+81+20=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C65114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65114 is #39AEEB. Grayscale: #6D6D6D. Windows color (decimal): -3780332 or 1331654. OLE color: 1331654.

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

Color convert

RGB 198 81 20 -
CMYK 0 0.59 0.90 0.22
HSL 20.56º 0.82% 0.43% -
HSV(B) 20.56º 0.9% 0.78% -
XYZ 26.36 17.94 2.74 -
YUV 109.03 77.76 191.46 -
System Red Green Blue C M Y K H S L
Decimal 198 81 20 0 0.59 0.90 0.22 20.56 0.82 0.43
Hex C6 51 14 0 3B 5A 16 15 52 2B
Octal 306 121 24 0 73 132 26 25 122 53
Binary 11000110 1010001 10100 0 111011 1011010 10110 10101 1010010 101011

Color Harmonies of #C65114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65114

Black with #C65114

Text Example


Text Example

White with #C65114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65114; }

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

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

background-color css

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

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

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

border-color css

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

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

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