Html Css Color HEX #C64508 Rust

📋 copy color: '#C64508'

red 198 ◦ green 69 ◦ blue 8

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

Shades of Rust #C64508

Tints of Rust #C64508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.09%

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

R = 72%
G = 25.09%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C64508 (or 0xC64508) is known color: Rust. HEX triplet: C6, 45 and 08. RGB value is (198,69,8). Sum of RGB (Red+Green+Blue) = 198+69+8=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C64508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64508 is #39BAF7. Grayscale: #646464. Windows color (decimal): -3783416 or 542150. OLE color: 542150.

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

Color convert

RGB 198 69 8 -
CMYK 0 0.65 0.96 0.22
HSL 19.26º 0.92% 0.4% -
HSV(B) 19.26º 0.96% 0.78% -
XYZ 25.46 16.28 2.03 -
YUV 100.62 75.74 197.46 -
System Red Green Blue C M Y K H S L
Decimal 198 69 8 0 0.65 0.96 0.22 19.26 0.92 0.4
Hex C6 45 8 0 41 60 16 13 5C 28
Octal 306 105 10 0 101 140 26 23 134 50
Binary 11000110 1000101 1000 0 1000001 1100000 10110 10011 1011100 101000

Color Harmonies of #C64508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64508

Black with #C64508

Text Example


Text Example

White with #C64508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64508; }

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

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

background-color css

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

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

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

border-color css

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

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

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