Html Css Color HEX #C64304 Rust

📋 copy color: '#C64304'

red 198 ◦ green 67 ◦ blue 4

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

Shades of Rust #C64304

Tints of Rust #C64304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 73.61%
G = 24.91%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C64304 (or 0xC64304) is known color: Rust. HEX triplet: C6, 43 and 04. RGB value is (198,67,4). Sum of RGB (Red+Green+Blue) = 198+67+4=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C64304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64304 is #39BCFB. Grayscale: #636363. Windows color (decimal): -3783932 or 279494. OLE color: 279494.

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

Color convert

RGB 198 67 4 -
CMYK 0 0.66 0.98 0.22
HSL 19.48º 0.96% 0.4% -
HSV(B) 19.48º 0.98% 0.78% -
XYZ 25.32 16.03 1.87 -
YUV 98.99 74.4 198.62 -
System Red Green Blue C M Y K H S L
Decimal 198 67 4 0 0.66 0.98 0.22 19.48 0.96 0.4
Hex C6 43 4 0 42 62 16 13 60 28
Octal 306 103 4 0 102 142 26 23 140 50
Binary 11000110 1000011 100 0 1000010 1100010 10110 10011 1100000 101000

Color Harmonies of #C64304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64304

Black with #C64304

Text Example


Text Example

White with #C64304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64304; }

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

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

background-color css

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

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

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

border-color css

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

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

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