Html Css Color HEX #C64908 Rust

📋 copy color: '#C64908'

red 198 ◦ green 73 ◦ blue 8

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

Shades of Rust #C64908

Tints of Rust #C64908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.16%

 BLUE value IS 8 (3.52% from 255) = 2.87%

R = 70.97%
G = 26.16%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C64908 (or 0xC64908) is known color: Rust. HEX triplet: C6, 49 and 08. RGB value is (198,73,8). Sum of RGB (Red+Green+Blue) = 198+73+8=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C64908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64908 is #39B6F7. Grayscale: #676767. Windows color (decimal): -3782392 or 543174. OLE color: 543174.

HSL color Cylindrical-coordinate representation of color #C64908: hue angle of 20.53º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C64908 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 73 8 -
CMYK 0 0.63 0.96 0.22
HSL 20.53º 0.92% 0.4% -
HSV(B) 20.53º 0.96% 0.78% -
XYZ 25.72 16.79 2.11 -
YUV 102.97 74.41 195.79 -
System Red Green Blue C M Y K H S L
Decimal 198 73 8 0 0.63 0.96 0.22 20.53 0.92 0.4
Hex C6 49 8 0 3F 60 16 15 5C 28
Octal 306 111 10 0 77 140 26 25 134 50
Binary 11000110 1001001 1000 0 111111 1100000 10110 10101 1011100 101000

Color Harmonies of #C64908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64908

Black with #C64908

Text Example


Text Example

White with #C64908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64908; }

 p { color: rgb(198,73,8); }

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

background-color css

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

 a { background-color: rgb(198,73,8); }

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

border-color css

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

 span { border-color: rgb(198,73,8); }

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