Html Css Color HEX #C64F17 Rust

📋 copy color: '#C64F17'

red 198 ◦ green 79 ◦ blue 23

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

Shades of Rust #C64F17

Tints of Rust #C64F17

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.33%

 BLUE value IS 23 (9.38% from 255) = 7.67%

R = 66%
G = 26.33%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C64F17 (or 0xC64F17) is known color: Rust. HEX triplet: C6, 4F and 17. RGB value is (198,79,23). Sum of RGB (Red+Green+Blue) = 198+79+23=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64F17 is #39B0E8. Grayscale: #6C6C6C. Windows color (decimal): -3780841 or 1527750. OLE color: 1527750.

HSL color Cylindrical-coordinate representation of color #C64F17: hue angle of 19.2º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C64F17 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 79 23 -
CMYK 0 0.60 0.88 0.22
HSL 19.2º 0.79% 0.43% -
HSV(B) 19.2º 0.88% 0.78% -
XYZ 26.24 17.66 2.84 -
YUV 108.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 198 79 23 0 0.60 0.88 0.22 19.2 0.79 0.43
Hex C6 4F 17 0 3C 58 16 13 4F 2B
Octal 306 117 27 0 74 130 26 23 117 53
Binary 11000110 1001111 10111 0 111100 1011000 10110 10011 1001111 101011

Color Harmonies of #C64F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F17

Black with #C64F17

Text Example


Text Example

White with #C64F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F17; }

 p { color: rgb(198,79,23); }

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

background-color css

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

 a { background-color: rgb(198,79,23); }

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

border-color css

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

 span { border-color: rgb(198,79,23); }

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