Html Css Color HEX #C64713 Rust

📋 copy color: '#C64713'

red 198 ◦ green 71 ◦ blue 19

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

Shades of Rust #C64713

Tints of Rust #C64713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.6%

R = 68.75%
G = 24.65%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C64713 (or 0xC64713) is known color: Rust. HEX triplet: C6, 47 and 13. RGB value is (198,71,19). Sum of RGB (Red+Green+Blue) = 198+71+19=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C64713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64713 is #39B8EC. Grayscale: #676767. Windows color (decimal): -3782893 or 1263558. OLE color: 1263558.

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

Color convert

RGB 198 71 19 -
CMYK 0 0.64 0.90 0.22
HSL 17.43º 0.82% 0.43% -
HSV(B) 17.43º 0.9% 0.78% -
XYZ 25.66 16.56 2.46 -
YUV 103.05 80.58 195.73 -
System Red Green Blue C M Y K H S L
Decimal 198 71 19 0 0.64 0.90 0.22 17.43 0.82 0.43
Hex C6 47 13 0 40 5A 16 11 52 2B
Octal 306 107 23 0 100 132 26 21 122 53
Binary 11000110 1000111 10011 0 1000000 1011010 10110 10001 1010010 101011

Color Harmonies of #C64713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64713

Black with #C64713

Text Example


Text Example

White with #C64713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64713; }

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

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

background-color css

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

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

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

border-color css

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

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

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