Html Css Color HEX #C64709 Rust

📋 copy color: '#C64709'

red 198 ◦ green 71 ◦ blue 9

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

Shades of Rust #C64709

Tints of Rust #C64709

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.54%

 BLUE value IS 9 (3.91% from 255) = 3.24%

R = 71.22%
G = 25.54%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C64709 (or 0xC64709) is known color: Rust. HEX triplet: C6, 47 and 09. RGB value is (198,71,9). Sum of RGB (Red+Green+Blue) = 198+71+9=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C64709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64709 is #39B8F6. Grayscale: #666666. Windows color (decimal): -3782903 or 608198. OLE color: 608198.

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

Color convert

RGB 198 71 9 -
CMYK 0 0.64 0.95 0.22
HSL 19.68º 0.91% 0.41% -
HSV(B) 19.68º 0.95% 0.78% -
XYZ 25.59 16.53 2.1 -
YUV 101.91 75.58 196.54 -
System Red Green Blue C M Y K H S L
Decimal 198 71 9 0 0.64 0.95 0.22 19.68 0.91 0.41
Hex C6 47 9 0 40 5F 16 14 5B 29
Octal 306 107 11 0 100 137 26 24 133 51
Binary 11000110 1000111 1001 0 1000000 1011111 10110 10100 1011011 101001

Color Harmonies of #C64709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64709

Black with #C64709

Text Example


Text Example

White with #C64709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64709; }

 p { color: rgb(198,71,9); }

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

background-color css

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

 a { background-color: rgb(198,71,9); }

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

border-color css

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

 span { border-color: rgb(198,71,9); }

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