Html Css Color HEX #C64618 Rust

📋 copy color: '#C64618'

red 198 ◦ green 70 ◦ blue 24

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

Shades of Rust #C64618

Tints of Rust #C64618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.97%

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

R = 67.81%
G = 23.97%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C64618 (or 0xC64618) is known color: Rust. HEX triplet: C6, 46 and 18. RGB value is (198,70,24). Sum of RGB (Red+Green+Blue) = 198+70+24=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C64618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64618 is #39B9E7. Grayscale: #676767. Windows color (decimal): -3783144 or 1590982. OLE color: 1590982.

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

Color convert

RGB 198 70 24 -
CMYK 0 0.65 0.88 0.22
HSL 15.86º 0.78% 0.44% -
HSV(B) 15.86º 0.88% 0.78% -
XYZ 25.64 16.45 2.69 -
YUV 103.03 83.41 195.74 -
System Red Green Blue C M Y K H S L
Decimal 198 70 24 0 0.65 0.88 0.22 15.86 0.78 0.44
Hex C6 46 18 0 41 58 16 10 4E 2C
Octal 306 106 30 0 101 130 26 20 116 54
Binary 11000110 1000110 11000 0 1000001 1011000 10110 10000 1001110 101100

Color Harmonies of #C64618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64618

Black with #C64618

Text Example


Text Example

White with #C64618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64618; }

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

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

background-color css

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

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

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

border-color css

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

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

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