Html Css Color HEX #C64407 Rust

📋 copy color: '#C64407'

red 198 ◦ green 68 ◦ blue 7

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

Shades of Rust #C64407

Tints of Rust #C64407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.91%

 BLUE value IS 7 (3.13% from 255) = 2.56%

R = 72.53%
G = 24.91%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C64407 (or 0xC64407) is known color: Rust. HEX triplet: C6, 44 and 07. RGB value is (198,68,7). Sum of RGB (Red+Green+Blue) = 198+68+7=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C64407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64407 is #39BBF8. Grayscale: #646464. Windows color (decimal): -3783673 or 476358. OLE color: 476358.

HSL color Cylindrical-coordinate representation of color #C64407: hue angle of 19.16º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C64407 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 68 7 -
CMYK 0 0.66 0.96 0.22
HSL 19.16º 0.93% 0.4% -
HSV(B) 19.16º 0.96% 0.78% -
XYZ 25.39 16.16 1.98 -
YUV 99.92 75.57 197.96 -
System Red Green Blue C M Y K H S L
Decimal 198 68 7 0 0.66 0.96 0.22 19.16 0.93 0.4
Hex C6 44 7 0 42 60 16 13 5D 28
Octal 306 104 7 0 102 140 26 23 135 50
Binary 11000110 1000100 111 0 1000010 1100000 10110 10011 1011101 101000

Color Harmonies of #C64407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64407

Black with #C64407

Text Example


Text Example

White with #C64407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64407; }

 p { color: rgb(198,68,7); }

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

background-color css

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

 a { background-color: rgb(198,68,7); }

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

border-color css

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

 span { border-color: rgb(198,68,7); }

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