Html Css Color HEX #C64611 Rust

📋 copy color: '#C64611'

red 198 ◦ green 70 ◦ blue 17

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

Shades of Rust #C64611

Tints of Rust #C64611

RGB

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

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

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

R = 69.47%
G = 24.56%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C64611 (or 0xC64611) is known color: Rust. HEX triplet: C6, 46 and 11. RGB value is (198,70,17). Sum of RGB (Red+Green+Blue) = 198+70+17=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C64611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64611 is #39B9EE. Grayscale: #666666. Windows color (decimal): -3783151 or 1132230. OLE color: 1132230.

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

Color convert

RGB 198 70 17 -
CMYK 0 0.65 0.91 0.22
HSL 17.57º 0.84% 0.42% -
HSV(B) 17.57º 0.91% 0.78% -
XYZ 25.58 16.43 2.35 -
YUV 102.23 79.91 196.31 -
System Red Green Blue C M Y K H S L
Decimal 198 70 17 0 0.65 0.91 0.22 17.57 0.84 0.42
Hex C6 46 11 0 41 5B 16 12 54 2A
Octal 306 106 21 0 101 133 26 22 124 52
Binary 11000110 1000110 10001 0 1000001 1011011 10110 10010 1010100 101010

Color Harmonies of #C64611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64611

Black with #C64611

Text Example


Text Example

White with #C64611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64611; }

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

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

background-color css

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

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

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

border-color css

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

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

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