Html Css Color HEX #C64812 Rust

📋 copy color: '#C64812'

red 198 ◦ green 72 ◦ blue 18

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

Shades of Rust #C64812

Tints of Rust #C64812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25%

 BLUE value IS 18 (7.42% from 255) = 6.25%

R = 68.75%
G = 25%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C64812 (or 0xC64812) is known color: Rust. HEX triplet: C6, 48 and 12. RGB value is (198,72,18). Sum of RGB (Red+Green+Blue) = 198+72+18=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C64812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64812 is #39B7ED. Grayscale: #676767. Windows color (decimal): -3782638 or 1198278. OLE color: 1198278.

HSL color Cylindrical-coordinate representation of color #C64812: hue angle of 18º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C64812 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 72 18 -
CMYK 0 0.64 0.91 0.22
HSL 18º 0.83% 0.42% -
HSV(B) 18º 0.91% 0.78% -
XYZ 25.72 16.68 2.44 -
YUV 103.52 79.74 195.39 -
System Red Green Blue C M Y K H S L
Decimal 198 72 18 0 0.64 0.91 0.22 18 0.83 0.42
Hex C6 48 12 0 40 5B 16 12 53 2A
Octal 306 110 22 0 100 133 26 22 123 52
Binary 11000110 1001000 10010 0 1000000 1011011 10110 10010 1010011 101010

Color Harmonies of #C64812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64812

Black with #C64812

Text Example


Text Example

White with #C64812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64812; }

 p { color: rgb(198,72,18); }

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

background-color css

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

 a { background-color: rgb(198,72,18); }

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

border-color css

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

 span { border-color: rgb(198,72,18); }

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