Html Css Color HEX #C34204 Rust

📋 copy color: '#C34204'

red 195 ◦ green 66 ◦ blue 4

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

Shades of Rust #C34204

Tints of Rust #C34204

RGB

 RED value IS 195 (76.56% from 255) = 73.58%

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

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

R = 73.58%
G = 24.91%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C34204 (or 0xC34204) is known color: Rust. HEX triplet: C3, 42 and 04. RGB value is (195,66,4). Sum of RGB (Red+Green+Blue) = 195+66+4=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C34204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34204 is #3CBDFB. Grayscale: #616161. Windows color (decimal): -3980796 or 279235. OLE color: 279235.

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

Color convert

RGB 195 66 4 -
CMYK 0 0.66 0.98 0.24
HSL 19.48º 0.96% 0.39% -
HSV(B) 19.48º 0.98% 0.76% -
XYZ 24.48 15.51 1.82 -
YUV 97.5 75.24 197.54 -
System Red Green Blue C M Y K H S L
Decimal 195 66 4 0 0.66 0.98 0.24 19.48 0.96 0.39
Hex C3 42 4 0 42 62 18 13 60 27
Octal 303 102 4 0 102 142 30 23 140 47
Binary 11000011 1000010 100 0 1000010 1100010 11000 10011 1100000 100111

Color Harmonies of #C34204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34204

Black with #C34204

Text Example


Text Example

White with #C34204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34204; }

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

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

background-color css

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

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

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

border-color css

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

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

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