Html Css Color HEX #C64204 Rust

📋 copy color: '#C64204'

red 198 ◦ green 66 ◦ blue 4

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

Shades of Rust #C64204

Tints of Rust #C64204

RGB

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

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

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

R = 73.88%
G = 24.63%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C64204 (or 0xC64204) is known color: Rust. HEX triplet: C6, 42 and 04. RGB value is (198,66,4). Sum of RGB (Red+Green+Blue) = 198+66+4=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C64204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64204 is #39BDFB. Grayscale: #626262. Windows color (decimal): -3784188 or 279238. OLE color: 279238.

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

Color convert

RGB 198 66 4 -
CMYK 0 0.67 0.98 0.22
HSL 19.18º 0.96% 0.4% -
HSV(B) 19.18º 0.98% 0.78% -
XYZ 25.26 15.91 1.85 -
YUV 98.4 74.73 199.04 -
System Red Green Blue C M Y K H S L
Decimal 198 66 4 0 0.67 0.98 0.22 19.18 0.96 0.4
Hex C6 42 4 0 43 62 16 13 60 28
Octal 306 102 4 0 103 142 26 23 140 50
Binary 11000110 1000010 100 0 1000011 1100010 10110 10011 1100000 101000

Color Harmonies of #C64204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64204

Black with #C64204

Text Example


Text Example

White with #C64204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64204; }

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

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

background-color css

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

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

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

border-color css

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

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

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