Html Css Color HEX #C64C10 Rust

📋 copy color: '#C64C10'

red 198 ◦ green 76 ◦ blue 16

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

Shades of Rust #C64C10

Tints of Rust #C64C10

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.21%

 BLUE value IS 16 (6.64% from 255) = 5.52%

R = 68.28%
G = 26.21%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C64C10 (or 0xC64C10) is known color: Rust. HEX triplet: C6, 4C and 10. RGB value is (198,76,16). Sum of RGB (Red+Green+Blue) = 198+76+16=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64C10 is #39B3EF. Grayscale: #6A6A6A. Windows color (decimal): -3781616 or 1068230. OLE color: 1068230.

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

Color convert

RGB 198 76 16 -
CMYK 0 0.62 0.92 0.22
HSL 19.78º 0.85% 0.42% -
HSV(B) 19.78º 0.92% 0.78% -
XYZ 25.97 17.21 2.44 -
YUV 105.64 77.42 193.88 -
System Red Green Blue C M Y K H S L
Decimal 198 76 16 0 0.62 0.92 0.22 19.78 0.85 0.42
Hex C6 4C 10 0 3E 5C 16 14 55 2A
Octal 306 114 20 0 76 134 26 24 125 52
Binary 11000110 1001100 10000 0 111110 1011100 10110 10100 1010101 101010

Color Harmonies of #C64C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64C10

Black with #C64C10

Text Example


Text Example

White with #C64C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64C10; }

 p { color: rgb(198,76,16); }

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

background-color css

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

 a { background-color: rgb(198,76,16); }

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

border-color css

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

 span { border-color: rgb(198,76,16); }

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