Html Css Color HEX #C64809 Rust

📋 copy color: '#C64809'

red 198 ◦ green 72 ◦ blue 9

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

Shades of Rust #C64809

Tints of Rust #C64809

RGB

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

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

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

R = 70.97%
G = 25.81%
B = 3.23%

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

#C64809 (or 0xC64809) is known color: Rust. HEX triplet: C6, 48 and 09. RGB value is (198,72,9). Sum of RGB (Red+Green+Blue) = 198+72+9=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C64809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64809 is #39B7F6. Grayscale: #666666. Windows color (decimal): -3782647 or 608454. OLE color: 608454.

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

Color convert

RGB 198 72 9 -
CMYK 0 0.64 0.95 0.22
HSL 20º 0.91% 0.41% -
HSV(B) 20º 0.95% 0.78% -
XYZ 25.66 16.66 2.12 -
YUV 102.49 75.24 196.12 -
System Red Green Blue C M Y K H S L
Decimal 198 72 9 0 0.64 0.95 0.22 20 0.91 0.41
Hex C6 48 9 0 40 5F 16 14 5B 29
Octal 306 110 11 0 100 137 26 24 133 51
Binary 11000110 1001000 1001 0 1000000 1011111 10110 10100 1011011 101001

Color Harmonies of #C64809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64809

Black with #C64809

Text Example


Text Example

White with #C64809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64809; }

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

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

background-color css

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

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

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

border-color css

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

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

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