Html Css Color HEX #C64911 Rust

📋 copy color: '#C64911'

red 198 ◦ green 73 ◦ blue 17

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

Shades of Rust #C64911

Tints of Rust #C64911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.35%

 BLUE value IS 17 (7.03% from 255) = 5.9%

R = 68.75%
G = 25.35%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C64911 (or 0xC64911) is known color: Rust. HEX triplet: C6, 49 and 11. RGB value is (198,73,17). Sum of RGB (Red+Green+Blue) = 198+73+17=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C64911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64911 is #39B6EE. Grayscale: #686868. Windows color (decimal): -3782383 or 1132998. OLE color: 1132998.

HSL color Cylindrical-coordinate representation of color #C64911: hue angle of 18.56º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C64911 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 73 17 -
CMYK 0 0.63 0.91 0.22
HSL 18.56º 0.84% 0.42% -
HSV(B) 18.56º 0.91% 0.78% -
XYZ 25.77 16.81 2.42 -
YUV 103.99 78.91 195.05 -
System Red Green Blue C M Y K H S L
Decimal 198 73 17 0 0.63 0.91 0.22 18.56 0.84 0.42
Hex C6 49 11 0 3F 5B 16 13 54 2A
Octal 306 111 21 0 77 133 26 23 124 52
Binary 11000110 1001001 10001 0 111111 1011011 10110 10011 1010100 101010

Color Harmonies of #C64911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64911

Black with #C64911

Text Example


Text Example

White with #C64911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64911; }

 p { color: rgb(198,73,17); }

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

background-color css

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

 a { background-color: rgb(198,73,17); }

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

border-color css

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

 span { border-color: rgb(198,73,17); }

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