Html Css Color HEX #C44104 Rust

📋 copy color: '#C44104'

red 196 ◦ green 65 ◦ blue 4

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

Shades of Rust #C44104

Tints of Rust #C44104

RGB

 RED value IS 196 (76.95% from 255) = 73.96%

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

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

R = 73.96%
G = 24.53%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C44104 (or 0xC44104) is known color: Rust. HEX triplet: C4, 41 and 04. RGB value is (196,65,4). Sum of RGB (Red+Green+Blue) = 196+65+4=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C44104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44104 is #3BBEFB. Grayscale: #616161. Windows color (decimal): -3915516 or 278980. OLE color: 278980.

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

Color convert

RGB 196 65 4 -
CMYK 0 0.67 0.98 0.23
HSL 19.06º 0.96% 0.39% -
HSV(B) 19.06º 0.98% 0.77% -
XYZ 24.68 15.53 1.81 -
YUV 97.22 75.4 198.46 -
System Red Green Blue C M Y K H S L
Decimal 196 65 4 0 0.67 0.98 0.23 19.06 0.96 0.39
Hex C4 41 4 0 43 62 17 13 60 27
Octal 304 101 4 0 103 142 27 23 140 47
Binary 11000100 1000001 100 0 1000011 1100010 10111 10011 1100000 100111

Color Harmonies of #C44104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44104

Black with #C44104

Text Example


Text Example

White with #C44104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44104; }

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

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

background-color css

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

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

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

border-color css

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

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

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