Html Css Color HEX #C65015 Rust

📋 copy color: '#C65015'

red 198 ◦ green 80 ◦ blue 21

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

Shades of Rust #C65015

Tints of Rust #C65015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.02%

R = 66.22%
G = 26.76%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C65015 (or 0xC65015) is known color: Rust. HEX triplet: C6, 50 and 15. RGB value is (198,80,21). Sum of RGB (Red+Green+Blue) = 198+80+21=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C65015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65015 is #39AFEA. Grayscale: #6C6C6C. Windows color (decimal): -3780587 or 1396934. OLE color: 1396934.

HSL color Cylindrical-coordinate representation of color #C65015: hue angle of 20º degrees, saturation: 0.81, 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 #C65015 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 80 21 -
CMYK 0 0.60 0.89 0.22
HSL 20º 0.81% 0.43% -
HSV(B) 20º 0.89% 0.78% -
XYZ 26.29 17.8 2.76 -
YUV 108.56 78.59 191.8 -
System Red Green Blue C M Y K H S L
Decimal 198 80 21 0 0.60 0.89 0.22 20 0.81 0.43
Hex C6 50 15 0 3C 59 16 14 51 2B
Octal 306 120 25 0 74 131 26 24 121 53
Binary 11000110 1010000 10101 0 111100 1011001 10110 10100 1010001 101011

Color Harmonies of #C65015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65015

Black with #C65015

Text Example


Text Example

White with #C65015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65015; }

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

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

background-color css

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

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

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

border-color css

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

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

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