Html Css Color HEX #C44410 Rust

📋 copy color: '#C44410'

red 196 ◦ green 68 ◦ blue 16

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

Shades of Rust #C44410

Tints of Rust #C44410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

 BLUE value IS 16 (6.64% from 255) = 5.71%

R = 70%
G = 24.29%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C44410 (or 0xC44410) is known color: Rust. HEX triplet: C4, 44 and 10. RGB value is (196,68,16). Sum of RGB (Red+Green+Blue) = 196+68+16=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C44410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44410 is #3BBBEF. Grayscale: #646464. Windows color (decimal): -3914736 or 1066180. OLE color: 1066180.

HSL color Cylindrical-coordinate representation of color #C44410: hue angle of 17.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C44410 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 68 16 -
CMYK 0 0.65 0.92 0.23
HSL 17.33º 0.85% 0.42% -
HSV(B) 17.33º 0.92% 0.77% -
XYZ 24.93 15.91 2.25 -
YUV 100.34 80.41 196.23 -
System Red Green Blue C M Y K H S L
Decimal 196 68 16 0 0.65 0.92 0.23 17.33 0.85 0.42
Hex C4 44 10 0 41 5C 17 11 55 2A
Octal 304 104 20 0 101 134 27 21 125 52
Binary 11000100 1000100 10000 0 1000001 1011100 10111 10001 1010101 101010

Color Harmonies of #C44410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44410

Black with #C44410

Text Example


Text Example

White with #C44410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44410; }

 p { color: rgb(196,68,16); }

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

background-color css

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

 a { background-color: rgb(196,68,16); }

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

border-color css

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

 span { border-color: rgb(196,68,16); }

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