Html Css Color HEX #C64207 Rust

📋 copy color: '#C64207'

red 198 ◦ green 66 ◦ blue 7

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

Shades of Rust #C64207

Tints of Rust #C64207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.58%

R = 73.06%
G = 24.35%
B = 2.58%

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

#C64207 (or 0xC64207) is known color: Rust. HEX triplet: C6, 42 and 07. RGB value is (198,66,7). Sum of RGB (Red+Green+Blue) = 198+66+7=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C64207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64207 is #39BDF8. Grayscale: #636363. Windows color (decimal): -3784185 or 475846. OLE color: 475846.

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

Color convert

RGB 198 66 7 -
CMYK 0 0.67 0.96 0.22
HSL 18.53º 0.93% 0.4% -
HSV(B) 18.53º 0.96% 0.78% -
XYZ 25.28 15.92 1.94 -
YUV 98.74 76.23 198.8 -
System Red Green Blue C M Y K H S L
Decimal 198 66 7 0 0.67 0.96 0.22 18.53 0.93 0.4
Hex C6 42 7 0 43 60 16 13 5D 28
Octal 306 102 7 0 103 140 26 23 135 50
Binary 11000110 1000010 111 0 1000011 1100000 10110 10011 1011101 101000

Color Harmonies of #C64207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64207

Black with #C64207

Text Example


Text Example

White with #C64207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64207; }

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

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

background-color css

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

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

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

border-color css

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

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

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