Html Css Color HEX #C64819 Rust

📋 copy color: '#C64819'

red 198 ◦ green 72 ◦ blue 25

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

Shades of Rust #C64819

Tints of Rust #C64819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

 BLUE value IS 25 (10.16% from 255) = 8.47%

R = 67.12%
G = 24.41%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C64819 (or 0xC64819) is known color: Rust. HEX triplet: C6, 48 and 19. RGB value is (198,72,25). Sum of RGB (Red+Green+Blue) = 198+72+25=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C64819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64819 is #39B7E6. Grayscale: #686868. Windows color (decimal): -3782631 or 1657030. OLE color: 1657030.

HSL color Cylindrical-coordinate representation of color #C64819: hue angle of 16.3º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C64819 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 72 25 -
CMYK 0 0.64 0.87 0.22
HSL 16.3º 0.78% 0.44% -
HSV(B) 16.3º 0.87% 0.78% -
XYZ 25.78 16.71 2.79 -
YUV 104.32 83.24 194.82 -
System Red Green Blue C M Y K H S L
Decimal 198 72 25 0 0.64 0.87 0.22 16.3 0.78 0.44
Hex C6 48 19 0 40 57 16 10 4E 2C
Octal 306 110 31 0 100 127 26 20 116 54
Binary 11000110 1001000 11001 0 1000000 1010111 10110 10000 1001110 101100

Color Harmonies of #C64819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64819

Black with #C64819

Text Example


Text Example

White with #C64819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64819; }

 p { color: rgb(198,72,25); }

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

background-color css

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

 a { background-color: rgb(198,72,25); }

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

border-color css

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

 span { border-color: rgb(198,72,25); }

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