Html Css Color HEX #C64517 Rust

📋 copy color: '#C64517'

red 198 ◦ green 69 ◦ blue 23

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

Shades of Rust #C64517

Tints of Rust #C64517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.79%

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

R = 68.28%
G = 23.79%
B = 7.93%

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

#C64517 (or 0xC64517) is known color: Rust. HEX triplet: C6, 45 and 17. RGB value is (198,69,23). Sum of RGB (Red+Green+Blue) = 198+69+23=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C64517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64517 is #39BAE8. Grayscale: #666666. Windows color (decimal): -3783401 or 1525190. OLE color: 1525190.

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

Color convert

RGB 198 69 23 -
CMYK 0 0.65 0.88 0.22
HSL 15.77º 0.79% 0.43% -
HSV(B) 15.77º 0.88% 0.78% -
XYZ 25.57 16.32 2.61 -
YUV 102.33 83.24 196.24 -
System Red Green Blue C M Y K H S L
Decimal 198 69 23 0 0.65 0.88 0.22 15.77 0.79 0.43
Hex C6 45 17 0 41 58 16 10 4F 2B
Octal 306 105 27 0 101 130 26 20 117 53
Binary 11000110 1000101 10111 0 1000001 1011000 10110 10000 1001111 101011

Color Harmonies of #C64517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64517

Black with #C64517

Text Example


Text Example

White with #C64517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64517; }

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

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

background-color css

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

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

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

border-color css

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

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

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