Html Css Color HEX #C64211 Rust

📋 copy color: '#C64211'

red 198 ◦ green 66 ◦ blue 17

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

Shades of Rust #C64211

Tints of Rust #C64211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

 BLUE value IS 17 (7.03% from 255) = 6.05%

R = 70.46%
G = 23.49%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C64211 (or 0xC64211) is known color: Rust. HEX triplet: C6, 42 and 11. RGB value is (198,66,17). Sum of RGB (Red+Green+Blue) = 198+66+17=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C64211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64211 is #39BDEE. Grayscale: #646464. Windows color (decimal): -3784175 or 1131206. OLE color: 1131206.

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

Color convert

RGB 198 66 17 -
CMYK 0 0.67 0.91 0.22
HSL 16.24º 0.84% 0.42% -
HSV(B) 16.24º 0.91% 0.78% -
XYZ 25.34 15.94 2.27 -
YUV 99.88 81.23 197.98 -
System Red Green Blue C M Y K H S L
Decimal 198 66 17 0 0.67 0.91 0.22 16.24 0.84 0.42
Hex C6 42 11 0 43 5B 16 10 54 2A
Octal 306 102 21 0 103 133 26 20 124 52
Binary 11000110 1000010 10001 0 1000011 1011011 10110 10000 1010100 101010

Color Harmonies of #C64211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64211

Black with #C64211

Text Example


Text Example

White with #C64211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64211; }

 p { color: rgb(198,66,17); }

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

background-color css

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

 a { background-color: rgb(198,66,17); }

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

border-color css

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

 span { border-color: rgb(198,66,17); }

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