Html Css Color HEX #C04104 Rust

📋 copy color: '#C04104'

red 192 ◦ green 65 ◦ blue 4

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

Shades of Rust #C04104

Tints of Rust #C04104

RGB

 RED value IS 192 (75.39% from 255) = 73.56%

 GREEN value IS 65 (25.78% from 255) = 24.9%

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

R = 73.56%
G = 24.9%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C04104 (or 0xC04104) is known color: Rust. HEX triplet: C0, 41 and 04. RGB value is (192,65,4). Sum of RGB (Red+Green+Blue) = 192+65+4=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C04104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04104 is #3FBEFB. Grayscale: #606060. Windows color (decimal): -4177660 or 278976. OLE color: 278976.

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

Color convert

RGB 192 65 4 -
CMYK 0 0.66 0.98 0.25
HSL 19.47º 0.96% 0.38% -
HSV(B) 19.47º 0.98% 0.75% -
XYZ 23.65 15 1.76 -
YUV 96.02 76.08 196.46 -
System Red Green Blue C M Y K H S L
Decimal 192 65 4 0 0.66 0.98 0.25 19.47 0.96 0.38
Hex C0 41 4 0 42 62 19 13 60 26
Octal 300 101 4 0 102 142 31 23 140 46
Binary 11000000 1000001 100 0 1000010 1100010 11001 10011 1100000 100110

Color Harmonies of #C04104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04104

Black with #C04104

Text Example


Text Example

White with #C04104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04104; }

 p { color: rgb(192,65,4); }

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

background-color css

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

 a { background-color: rgb(192,65,4); }

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

border-color css

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

 span { border-color: rgb(192,65,4); }

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