Html Css Color HEX #C14910 Rust

📋 copy color: '#C14910'

red 193 ◦ green 73 ◦ blue 16

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

Shades of Rust #C14910

Tints of Rust #C14910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

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

R = 68.44%
G = 25.89%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C14910 (or 0xC14910) is known color: Rust. HEX triplet: C1, 49 and 10. RGB value is (193,73,16). Sum of RGB (Red+Green+Blue) = 193+73+16=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C14910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14910 is #3EB6EF. Grayscale: #666666. Windows color (decimal): -4110064 or 1067457. OLE color: 1067457.

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

Color convert

RGB 193 73 16 -
CMYK 0 0.62 0.92 0.24
HSL 19.32º 0.85% 0.41% -
HSV(B) 19.32º 0.92% 0.76% -
XYZ 24.47 16.14 2.32 -
YUV 102.38 79.26 192.63 -
System Red Green Blue C M Y K H S L
Decimal 193 73 16 0 0.62 0.92 0.24 19.32 0.85 0.41
Hex C1 49 10 0 3E 5C 18 13 55 29
Octal 301 111 20 0 76 134 30 23 125 51
Binary 11000001 1001001 10000 0 111110 1011100 11000 10011 1010101 101001

Color Harmonies of #C14910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14910

Black with #C14910

Text Example


Text Example

White with #C14910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14910; }

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

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

background-color css

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

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

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

border-color css

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

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

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