Html Css Color HEX #C64505 Rust

📋 copy color: '#C64505'

red 198 ◦ green 69 ◦ blue 5

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

Shades of Rust #C64505

Tints of Rust #C64505

RGB

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

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

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

R = 72.79%
G = 25.37%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C64505 (or 0xC64505) is known color: Rust. HEX triplet: C6, 45 and 05. RGB value is (198,69,5). Sum of RGB (Red+Green+Blue) = 198+69+5=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C64505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64505 is #39BAFA. Grayscale: #646464. Windows color (decimal): -3783419 or 345542. OLE color: 345542.

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

Color convert

RGB 198 69 5 -
CMYK 0 0.65 0.97 0.22
HSL 19.9º 0.95% 0.4% -
HSV(B) 19.9º 0.97% 0.78% -
XYZ 25.44 16.27 1.94 -
YUV 100.28 74.24 197.7 -
System Red Green Blue C M Y K H S L
Decimal 198 69 5 0 0.65 0.97 0.22 19.9 0.95 0.4
Hex C6 45 5 0 41 61 16 14 5F 28
Octal 306 105 5 0 101 141 26 24 137 50
Binary 11000110 1000101 101 0 1000001 1100001 10110 10100 1011111 101000

Color Harmonies of #C64505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64505

Black with #C64505

Text Example


Text Example

White with #C64505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64505; }

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

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

background-color css

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

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

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

border-color css

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

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

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