Html Css Color HEX #C64913 Rust

📋 copy color: '#C64913'

red 198 ◦ green 73 ◦ blue 19

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

Shades of Rust #C64913

Tints of Rust #C64913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.17%

 BLUE value IS 19 (7.81% from 255) = 6.55%

R = 68.28%
G = 25.17%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C64913 (or 0xC64913) is known color: Rust. HEX triplet: C6, 49 and 13. RGB value is (198,73,19). Sum of RGB (Red+Green+Blue) = 198+73+19=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C64913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64913 is #39B6EC. Grayscale: #686868. Windows color (decimal): -3782381 or 1264070. OLE color: 1264070.

HSL color Cylindrical-coordinate representation of color #C64913: hue angle of 18.1º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C64913 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 73 19 -
CMYK 0 0.63 0.90 0.22
HSL 18.1º 0.82% 0.43% -
HSV(B) 18.1º 0.9% 0.78% -
XYZ 25.79 16.82 2.5 -
YUV 104.22 79.91 194.89 -
System Red Green Blue C M Y K H S L
Decimal 198 73 19 0 0.63 0.90 0.22 18.1 0.82 0.43
Hex C6 49 13 0 3F 5A 16 12 52 2B
Octal 306 111 23 0 77 132 26 22 122 53
Binary 11000110 1001001 10011 0 111111 1011010 10110 10010 1010010 101011

Color Harmonies of #C64913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64913

Black with #C64913

Text Example


Text Example

White with #C64913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64913; }

 p { color: rgb(198,73,19); }

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

background-color css

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

 a { background-color: rgb(198,73,19); }

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

border-color css

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

 span { border-color: rgb(198,73,19); }

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