Html Css Color HEX #C44610 Rust

📋 copy color: '#C44610'

red 196 ◦ green 70 ◦ blue 16

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

Shades of Rust #C44610

Tints of Rust #C44610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.82%

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

R = 69.5%
G = 24.82%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C44610 (or 0xC44610) is known color: Rust. HEX triplet: C4, 46 and 10. RGB value is (196,70,16). Sum of RGB (Red+Green+Blue) = 196+70+16=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C44610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44610 is #3BB9EF. Grayscale: #656565. Windows color (decimal): -3914224 or 1066692. OLE color: 1066692.

HSL color Cylindrical-coordinate representation of color #C44610: hue angle of 18º 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 #C44610 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 70 16 -
CMYK 0 0.64 0.92 0.23
HSL 18º 0.85% 0.42% -
HSV(B) 18º 0.92% 0.77% -
XYZ 25.05 16.15 2.29 -
YUV 101.52 79.74 195.39 -
System Red Green Blue C M Y K H S L
Decimal 196 70 16 0 0.64 0.92 0.23 18 0.85 0.42
Hex C4 46 10 0 40 5C 17 12 55 2A
Octal 304 106 20 0 100 134 27 22 125 52
Binary 11000100 1000110 10000 0 1000000 1011100 10111 10010 1010101 101010

Color Harmonies of #C44610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44610

Black with #C44610

Text Example


Text Example

White with #C44610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44610; }

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

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

background-color css

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

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

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

border-color css

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

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

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