Html Css Color HEX #C64C14 Rust

📋 copy color: '#C64C14'

red 198 ◦ green 76 ◦ blue 20

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

Shades of Rust #C64C14

Tints of Rust #C64C14

RGB

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

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

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

R = 67.35%
G = 25.85%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C64C14 (or 0xC64C14) is known color: Rust. HEX triplet: C6, 4C and 14. RGB value is (198,76,20). Sum of RGB (Red+Green+Blue) = 198+76+20=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64C14 is #39B3EB. Grayscale: #6A6A6A. Windows color (decimal): -3781612 or 1330374. OLE color: 1330374.

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

Color convert

RGB 198 76 20 -
CMYK 0 0.62 0.90 0.22
HSL 18.88º 0.82% 0.43% -
HSV(B) 18.88º 0.9% 0.78% -
XYZ 26 17.23 2.62 -
YUV 106.09 79.42 193.55 -
System Red Green Blue C M Y K H S L
Decimal 198 76 20 0 0.62 0.90 0.22 18.88 0.82 0.43
Hex C6 4C 14 0 3E 5A 16 13 52 2B
Octal 306 114 24 0 76 132 26 23 122 53
Binary 11000110 1001100 10100 0 111110 1011010 10110 10011 1010010 101011

Color Harmonies of #C64C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64C14

Black with #C64C14

Text Example


Text Example

White with #C64C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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