Html Css Color HEX #C14410 Rust

📋 copy color: '#C14410'

red 193 ◦ green 68 ◦ blue 16

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

Shades of Rust #C14410

Tints of Rust #C14410

RGB

 RED value IS 193 (75.78% from 255) = 69.68%

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

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

R = 69.68%
G = 24.55%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C14410 (or 0xC14410) is known color: Rust. HEX triplet: C1, 44 and 10. RGB value is (193,68,16). Sum of RGB (Red+Green+Blue) = 193+68+16=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C14410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14410 is #3EBBEF. Grayscale: #636363. Windows color (decimal): -4111344 or 1066177. OLE color: 1066177.

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

Color convert

RGB 193 68 16 -
CMYK 0 0.65 0.92 0.24
HSL 17.63º 0.85% 0.41% -
HSV(B) 17.63º 0.92% 0.76% -
XYZ 24.15 15.51 2.21 -
YUV 99.45 80.91 194.73 -
System Red Green Blue C M Y K H S L
Decimal 193 68 16 0 0.65 0.92 0.24 17.63 0.85 0.41
Hex C1 44 10 0 41 5C 18 12 55 29
Octal 301 104 20 0 101 134 30 22 125 51
Binary 11000001 1000100 10000 0 1000001 1011100 11000 10010 1010101 101001

Color Harmonies of #C14410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14410

Black with #C14410

Text Example


Text Example

White with #C14410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14410; }

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

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

background-color css

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

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

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

border-color css

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

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

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