Html Css Color HEX #C64A19 Rust

📋 copy color: '#C64A19'

red 198 ◦ green 74 ◦ blue 25

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

Shades of Rust #C64A19

Tints of Rust #C64A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

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

R = 66.67%
G = 24.92%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C64A19 (or 0xC64A19) is known color: Rust. HEX triplet: C6, 4A and 19. RGB value is (198,74,25). Sum of RGB (Red+Green+Blue) = 198+74+25=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64A19 is #39B5E6. Grayscale: #696969. Windows color (decimal): -3782119 or 1657542. OLE color: 1657542.

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

Color convert

RGB 198 74 25 -
CMYK 0 0.63 0.87 0.22
HSL 16.99º 0.78% 0.44% -
HSV(B) 16.99º 0.87% 0.78% -
XYZ 25.91 16.97 2.83 -
YUV 105.49 82.58 193.98 -
System Red Green Blue C M Y K H S L
Decimal 198 74 25 0 0.63 0.87 0.22 16.99 0.78 0.44
Hex C6 4A 19 0 3F 57 16 11 4E 2C
Octal 306 112 31 0 77 127 26 21 116 54
Binary 11000110 1001010 11001 0 111111 1010111 10110 10001 1001110 101100

Color Harmonies of #C64A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A19

Black with #C64A19

Text Example


Text Example

White with #C64A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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