Html Css Color HEX #C64F1A Rust

📋 copy color: '#C64F1A'

red 198 ◦ green 79 ◦ blue 26

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

Shades of Rust #C64F1A

Tints of Rust #C64F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.58%

R = 65.35%
G = 26.07%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C64F1A (or 0xC64F1A) is known color: Rust. HEX triplet: C6, 4F and 1A. RGB value is (198,79,26). Sum of RGB (Red+Green+Blue) = 198+79+26=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64F1A is #39B0E5. Grayscale: #6C6C6C. Windows color (decimal): -3780838 or 1724358. OLE color: 1724358.

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

Color convert

RGB 198 79 26 -
CMYK 0 0.60 0.87 0.22
HSL 18.49º 0.77% 0.44% -
HSV(B) 18.49º 0.87% 0.78% -
XYZ 26.27 17.67 3 -
YUV 108.54 81.42 191.81 -
System Red Green Blue C M Y K H S L
Decimal 198 79 26 0 0.60 0.87 0.22 18.49 0.77 0.44
Hex C6 4F 1A 0 3C 57 16 12 4D 2C
Octal 306 117 32 0 74 127 26 22 115 54
Binary 11000110 1001111 11010 0 111100 1010111 10110 10010 1001101 101100

Color Harmonies of #C64F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F1A

Black with #C64F1A

Text Example


Text Example

White with #C64F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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