Html Css Color HEX #C64712 Rust

📋 copy color: '#C64712'

red 198 ◦ green 71 ◦ blue 18

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

Shades of Rust #C64712

Tints of Rust #C64712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

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

R = 68.99%
G = 24.74%
B = 6.27%

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

#C64712 (or 0xC64712) is known color: Rust. HEX triplet: C6, 47 and 12. RGB value is (198,71,18). Sum of RGB (Red+Green+Blue) = 198+71+18=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C64712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64712 is #39B8ED. Grayscale: #676767. Windows color (decimal): -3782894 or 1198022. OLE color: 1198022.

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

Color convert

RGB 198 71 18 -
CMYK 0 0.64 0.91 0.22
HSL 17.67º 0.83% 0.42% -
HSV(B) 17.67º 0.91% 0.78% -
XYZ 25.65 16.56 2.42 -
YUV 102.93 80.08 195.81 -
System Red Green Blue C M Y K H S L
Decimal 198 71 18 0 0.64 0.91 0.22 17.67 0.83 0.42
Hex C6 47 12 0 40 5B 16 12 53 2A
Octal 306 107 22 0 100 133 26 22 123 52
Binary 11000110 1000111 10010 0 1000000 1011011 10110 10010 1010011 101010

Color Harmonies of #C64712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64712

Black with #C64712

Text Example


Text Example

White with #C64712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64712; }

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

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

background-color css

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

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

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

border-color css

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

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

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