Html Css Color HEX #C64208 Rust

📋 copy color: '#C64208'

red 198 ◦ green 66 ◦ blue 8

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

Shades of Rust #C64208

Tints of Rust #C64208

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.26%

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

R = 72.79%
G = 24.26%
B = 2.94%

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

#C64208 (or 0xC64208) is known color: Rust. HEX triplet: C6, 42 and 08. RGB value is (198,66,8). Sum of RGB (Red+Green+Blue) = 198+66+8=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C64208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64208 is #39BDF7. Grayscale: #636363. Windows color (decimal): -3784184 or 541382. OLE color: 541382.

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

Color convert

RGB 198 66 8 -
CMYK 0 0.67 0.96 0.22
HSL 18.32º 0.92% 0.4% -
HSV(B) 18.32º 0.96% 0.78% -
XYZ 25.28 15.92 1.97 -
YUV 98.86 76.73 198.72 -
System Red Green Blue C M Y K H S L
Decimal 198 66 8 0 0.67 0.96 0.22 18.32 0.92 0.4
Hex C6 42 8 0 43 60 16 12 5C 28
Octal 306 102 10 0 103 140 26 22 134 50
Binary 11000110 1000010 1000 0 1000011 1100000 10110 10010 1011100 101000

Color Harmonies of #C64208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64208

Black with #C64208

Text Example


Text Example

White with #C64208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64208; }

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

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

background-color css

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

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

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

border-color css

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

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

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