Html Css Color HEX #C64603 Rust

📋 copy color: '#C64603'

red 198 ◦ green 70 ◦ blue 3

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

Shades of Rust #C64603

Tints of Rust #C64603

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 73.06%
G = 25.83%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C64603 (or 0xC64603) is known color: Rust. HEX triplet: C6, 46 and 03. RGB value is (198,70,3). Sum of RGB (Red+Green+Blue) = 198+70+3=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C64603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64603 is #39B9FC. Grayscale: #656565. Windows color (decimal): -3783165 or 214726. OLE color: 214726.

HSL color Cylindrical-coordinate representation of color #C64603: hue angle of 20.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C64603 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 70 3 -
CMYK 0 0.65 0.98 0.22
HSL 20.62º 0.97% 0.39% -
HSV(B) 20.62º 0.98% 0.78% -
XYZ 25.5 16.39 1.91 -
YUV 100.63 72.91 197.45 -
System Red Green Blue C M Y K H S L
Decimal 198 70 3 0 0.65 0.98 0.22 20.62 0.97 0.39
Hex C6 46 3 0 41 62 16 15 61 27
Octal 306 106 3 0 101 142 26 25 141 47
Binary 11000110 1000110 11 0 1000001 1100010 10110 10101 1100001 100111

Color Harmonies of #C64603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64603

Black with #C64603

Text Example


Text Example

White with #C64603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64603; }

 p { color: rgb(198,70,3); }

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

background-color css

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

 a { background-color: rgb(198,70,3); }

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

border-color css

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

 span { border-color: rgb(198,70,3); }

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