Html Css Color HEX #C64D0F Rust

📋 copy color: '#C64D0F'

red 198 ◦ green 77 ◦ blue 15

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

Shades of Rust #C64D0F

Tints of Rust #C64D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.55%

 BLUE value IS 15 (6.25% from 255) = 5.17%

R = 68.28%
G = 26.55%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C64D0F (or 0xC64D0F) is known color: Rust. HEX triplet: C6, 4D and 0F. RGB value is (198,77,15). Sum of RGB (Red+Green+Blue) = 198+77+15=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64D0F is #39B2F0. Grayscale: #6A6A6A. Windows color (decimal): -3781361 or 1002950. OLE color: 1002950.

HSL color Cylindrical-coordinate representation of color #C64D0F: hue angle of 20.33º degrees, saturation: 0.86, 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 #C64D0F is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 77 15 -
CMYK 0 0.61 0.92 0.22
HSL 20.33º 0.86% 0.42% -
HSV(B) 20.33º 0.92% 0.78% -
XYZ 26.03 17.35 2.43 -
YUV 106.11 76.59 193.54 -
System Red Green Blue C M Y K H S L
Decimal 198 77 15 0 0.61 0.92 0.22 20.33 0.86 0.42
Hex C6 4D F 0 3D 5C 16 14 56 2A
Octal 306 115 17 0 75 134 26 24 126 52
Binary 11000110 1001101 1111 0 111101 1011100 10110 10100 1010110 101010

Color Harmonies of #C64D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D0F

Black with #C64D0F

Text Example


Text Example

White with #C64D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D0F; }

 p { color: rgb(198,77,15); }

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

background-color css

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

 a { background-color: rgb(198,77,15); }

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

border-color css

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

 span { border-color: rgb(198,77,15); }

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