Html Css Color HEX #C65218 Rust

📋 copy color: '#C65218'

red 198 ◦ green 82 ◦ blue 24

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

Shades of Rust #C65218

Tints of Rust #C65218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

 BLUE value IS 24 (9.77% from 255) = 7.89%

R = 65.13%
G = 26.97%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C65218 (or 0xC65218) is known color: Rust. HEX triplet: C6, 52 and 18. RGB value is (198,82,24). Sum of RGB (Red+Green+Blue) = 198+82+24=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C65218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65218 is #39ADE7. Grayscale: #6E6E6E. Windows color (decimal): -3780072 or 1594054. OLE color: 1594054.

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

Color convert

RGB 198 82 24 -
CMYK 0 0.59 0.88 0.22
HSL 20º 0.78% 0.44% -
HSV(B) 20º 0.88% 0.78% -
XYZ 26.47 18.11 2.96 -
YUV 110.07 79.43 190.72 -
System Red Green Blue C M Y K H S L
Decimal 198 82 24 0 0.59 0.88 0.22 20 0.78 0.44
Hex C6 52 18 0 3B 58 16 14 4E 2C
Octal 306 122 30 0 73 130 26 24 116 54
Binary 11000110 1010010 11000 0 111011 1011000 10110 10100 1001110 101100

Color Harmonies of #C65218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65218

Black with #C65218

Text Example


Text Example

White with #C65218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65218; }

 p { color: rgb(198,82,24); }

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

background-color css

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

 a { background-color: rgb(198,82,24); }

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

border-color css

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

 span { border-color: rgb(198,82,24); }

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