Html Css Color HEX #C64405 Rust

📋 copy color: '#C64405'

red 198 ◦ green 68 ◦ blue 5

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

Shades of Rust #C64405

Tints of Rust #C64405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 73.06%
G = 25.09%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C64405 (or 0xC64405) is known color: Rust. HEX triplet: C6, 44 and 05. RGB value is (198,68,5). Sum of RGB (Red+Green+Blue) = 198+68+5=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C64405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64405 is #39BBFA. Grayscale: #646464. Windows color (decimal): -3783675 or 345286. OLE color: 345286.

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

Color convert

RGB 198 68 5 -
CMYK 0 0.66 0.97 0.22
HSL 19.59º 0.95% 0.4% -
HSV(B) 19.59º 0.97% 0.78% -
XYZ 25.38 16.15 1.92 -
YUV 99.69 74.57 198.12 -
System Red Green Blue C M Y K H S L
Decimal 198 68 5 0 0.66 0.97 0.22 19.59 0.95 0.4
Hex C6 44 5 0 42 61 16 14 5F 28
Octal 306 104 5 0 102 141 26 24 137 50
Binary 11000110 1000100 101 0 1000010 1100001 10110 10100 1011111 101000

Color Harmonies of #C64405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64405

Black with #C64405

Text Example


Text Example

White with #C64405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64405; }

 p { color: rgb(198,68,5); }

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

background-color css

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

 a { background-color: rgb(198,68,5); }

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

border-color css

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

 span { border-color: rgb(198,68,5); }

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