Html Css Color HEX #C44310 Rust

📋 copy color: '#C44310'

red 196 ◦ green 67 ◦ blue 16

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

Shades of Rust #C44310

Tints of Rust #C44310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.01%

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

R = 70.25%
G = 24.01%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C44310 (or 0xC44310) is known color: Rust. HEX triplet: C4, 43 and 10. RGB value is (196,67,16). Sum of RGB (Red+Green+Blue) = 196+67+16=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C44310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44310 is #3BBCEF. Grayscale: #646464. Windows color (decimal): -3914992 or 1065924. OLE color: 1065924.

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

Color convert

RGB 196 67 16 -
CMYK 0 0.66 0.92 0.23
HSL 17º 0.85% 0.42% -
HSV(B) 17º 0.92% 0.77% -
XYZ 24.87 15.79 2.23 -
YUV 99.76 80.74 196.65 -
System Red Green Blue C M Y K H S L
Decimal 196 67 16 0 0.66 0.92 0.23 17 0.85 0.42
Hex C4 43 10 0 42 5C 17 11 55 2A
Octal 304 103 20 0 102 134 27 21 125 52
Binary 11000100 1000011 10000 0 1000010 1011100 10111 10001 1010101 101010

Color Harmonies of #C44310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44310

Black with #C44310

Text Example


Text Example

White with #C44310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44310; }

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

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

background-color css

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

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

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

border-color css

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

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

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