Html Css Color HEX #C64717 Rust

📋 copy color: '#C64717'

red 198 ◦ green 71 ◦ blue 23

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

Shades of Rust #C64717

Tints of Rust #C64717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.32%

 BLUE value IS 23 (9.38% from 255) = 7.88%

R = 67.81%
G = 24.32%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C64717 (or 0xC64717) is known color: Rust. HEX triplet: C6, 47 and 17. RGB value is (198,71,23). Sum of RGB (Red+Green+Blue) = 198+71+23=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C64717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64717 is #39B8E8. Grayscale: #676767. Windows color (decimal): -3782889 or 1525702. OLE color: 1525702.

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

Color convert

RGB 198 71 23 -
CMYK 0 0.64 0.88 0.22
HSL 16.46º 0.79% 0.43% -
HSV(B) 16.46º 0.88% 0.78% -
XYZ 25.7 16.57 2.66 -
YUV 103.5 82.58 195.4 -
System Red Green Blue C M Y K H S L
Decimal 198 71 23 0 0.64 0.88 0.22 16.46 0.79 0.43
Hex C6 47 17 0 40 58 16 10 4F 2B
Octal 306 107 27 0 100 130 26 20 117 53
Binary 11000110 1000111 10111 0 1000000 1011000 10110 10000 1001111 101011

Color Harmonies of #C64717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64717

Black with #C64717

Text Example


Text Example

White with #C64717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64717; }

 p { color: rgb(198,71,23); }

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

background-color css

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

 a { background-color: rgb(198,71,23); }

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

border-color css

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

 span { border-color: rgb(198,71,23); }

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