Html Css Color HEX #C64512 Rust

📋 copy color: '#C64512'

red 198 ◦ green 69 ◦ blue 18

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

Shades of Rust #C64512

Tints of Rust #C64512

RGB

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

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

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

R = 69.47%
G = 24.21%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C64512 (or 0xC64512) is known color: Rust. HEX triplet: C6, 45 and 12. RGB value is (198,69,18). Sum of RGB (Red+Green+Blue) = 198+69+18=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C64512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64512 is #39BAED. Grayscale: #666666. Windows color (decimal): -3783406 or 1197510. OLE color: 1197510.

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

Color convert

RGB 198 69 18 -
CMYK 0 0.65 0.91 0.22
HSL 17º 0.83% 0.42% -
HSV(B) 17º 0.91% 0.78% -
XYZ 25.53 16.31 2.37 -
YUV 101.76 80.74 196.65 -
System Red Green Blue C M Y K H S L
Decimal 198 69 18 0 0.65 0.91 0.22 17 0.83 0.42
Hex C6 45 12 0 41 5B 16 11 53 2A
Octal 306 105 22 0 101 133 26 21 123 52
Binary 11000110 1000101 10010 0 1000001 1011011 10110 10001 1010011 101010

Color Harmonies of #C64512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64512

Black with #C64512

Text Example


Text Example

White with #C64512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64512; }

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

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

background-color css

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

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

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

border-color css

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

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

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