Html Css Color HEX #C64108 Rust

📋 copy color: '#C64108'

red 198 ◦ green 65 ◦ blue 8

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

Shades of Rust #C64108

Tints of Rust #C64108

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.99%

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

R = 73.06%
G = 23.99%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C64108 (or 0xC64108) is known color: Rust. HEX triplet: C6, 41 and 08. RGB value is (198,65,8). Sum of RGB (Red+Green+Blue) = 198+65+8=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C64108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64108 is #39BEF7. Grayscale: #626262. Windows color (decimal): -3784440 or 541126. OLE color: 541126.

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

Color convert

RGB 198 65 8 -
CMYK 0 0.67 0.96 0.22
HSL 18º 0.92% 0.4% -
HSV(B) 18º 0.96% 0.78% -
XYZ 25.22 15.8 1.95 -
YUV 98.27 77.06 199.13 -
System Red Green Blue C M Y K H S L
Decimal 198 65 8 0 0.67 0.96 0.22 18 0.92 0.4
Hex C6 41 8 0 43 60 16 12 5C 28
Octal 306 101 10 0 103 140 26 22 134 50
Binary 11000110 1000001 1000 0 1000011 1100000 10110 10010 1011100 101000

Color Harmonies of #C64108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64108

Black with #C64108

Text Example


Text Example

White with #C64108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64108; }

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

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

background-color css

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

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

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

border-color css

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

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

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