Html Css Color HEX #C64E12 Rust

📋 copy color: '#C64E12'

red 198 ◦ green 78 ◦ blue 18

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

Shades of Rust #C64E12

Tints of Rust #C64E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.53%

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

R = 67.35%
G = 26.53%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C64E12 (or 0xC64E12) is known color: Rust. HEX triplet: C6, 4E and 12. RGB value is (198,78,18). Sum of RGB (Red+Green+Blue) = 198+78+18=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64E12 is #39B1ED. Grayscale: #6B6B6B. Windows color (decimal): -3781102 or 1199814. OLE color: 1199814.

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

Color convert

RGB 198 78 18 -
CMYK 0 0.61 0.91 0.22
HSL 20º 0.83% 0.42% -
HSV(B) 20º 0.91% 0.78% -
XYZ 26.12 17.5 2.57 -
YUV 107.04 77.76 192.88 -
System Red Green Blue C M Y K H S L
Decimal 198 78 18 0 0.61 0.91 0.22 20 0.83 0.42
Hex C6 4E 12 0 3D 5B 16 14 53 2A
Octal 306 116 22 0 75 133 26 24 123 52
Binary 11000110 1001110 10010 0 111101 1011011 10110 10100 1010011 101010

Color Harmonies of #C64E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64E12

Black with #C64E12

Text Example


Text Example

White with #C64E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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