Html Css Color HEX #C64514 Rust

📋 copy color: '#C64514'

red 198 ◦ green 69 ◦ blue 20

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

Shades of Rust #C64514

Tints of Rust #C64514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.97%

R = 68.99%
G = 24.04%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C64514 (or 0xC64514) is known color: Rust. HEX triplet: C6, 45 and 14. RGB value is (198,69,20). Sum of RGB (Red+Green+Blue) = 198+69+20=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C64514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64514 is #39BAEB. Grayscale: #666666. Windows color (decimal): -3783404 or 1328582. OLE color: 1328582.

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

Color convert

RGB 198 69 20 -
CMYK 0 0.65 0.90 0.22
HSL 16.52º 0.82% 0.43% -
HSV(B) 16.52º 0.9% 0.78% -
XYZ 25.54 16.31 2.46 -
YUV 101.99 81.74 196.48 -
System Red Green Blue C M Y K H S L
Decimal 198 69 20 0 0.65 0.90 0.22 16.52 0.82 0.43
Hex C6 45 14 0 41 5A 16 11 52 2B
Octal 306 105 24 0 101 132 26 21 122 53
Binary 11000110 1000101 10100 0 1000001 1011010 10110 10001 1010010 101011

Color Harmonies of #C64514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64514

Black with #C64514

Text Example


Text Example

White with #C64514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64514; }

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

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

background-color css

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

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

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

border-color css

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

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

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