Html Css Color HEX #C64305 Rust

📋 copy color: '#C64305'

red 198 ◦ green 67 ◦ blue 5

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

Shades of Rust #C64305

Tints of Rust #C64305

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.81%

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

R = 73.33%
G = 24.81%
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

#C64305 (or 0xC64305) is known color: Rust. HEX triplet: C6, 43 and 05. RGB value is (198,67,5). Sum of RGB (Red+Green+Blue) = 198+67+5=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C64305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64305 is #39BCFA. Grayscale: #636363. Windows color (decimal): -3783931 or 345030. OLE color: 345030.

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

Color convert

RGB 198 67 5 -
CMYK 0 0.66 0.97 0.22
HSL 19.27º 0.95% 0.4% -
HSV(B) 19.27º 0.97% 0.78% -
XYZ 25.32 16.03 1.9 -
YUV 99.1 74.9 198.54 -
System Red Green Blue C M Y K H S L
Decimal 198 67 5 0 0.66 0.97 0.22 19.27 0.95 0.4
Hex C6 43 5 0 42 61 16 13 5F 28
Octal 306 103 5 0 102 141 26 23 137 50
Binary 11000110 1000011 101 0 1000010 1100001 10110 10011 1011111 101000

Color Harmonies of #C64305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64305

Black with #C64305

Text Example


Text Example

White with #C64305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64305; }

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

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

background-color css

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

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

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

border-color css

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

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

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