Html Css Color HEX #C14510 Rust

📋 copy color: '#C14510'

red 193 ◦ green 69 ◦ blue 16

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

Shades of Rust #C14510

Tints of Rust #C14510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.82%

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

R = 69.42%
G = 24.82%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C14510 (or 0xC14510) is known color: Rust. HEX triplet: C1, 45 and 10. RGB value is (193,69,16). Sum of RGB (Red+Green+Blue) = 193+69+16=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C14510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14510 is #3EBAEF. Grayscale: #646464. Windows color (decimal): -4111088 or 1066433. OLE color: 1066433.

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

Color convert

RGB 193 69 16 -
CMYK 0 0.64 0.92 0.24
HSL 17.97º 0.85% 0.41% -
HSV(B) 17.97º 0.92% 0.76% -
XYZ 24.21 15.63 2.23 -
YUV 100.03 80.58 194.31 -
System Red Green Blue C M Y K H S L
Decimal 193 69 16 0 0.64 0.92 0.24 17.97 0.85 0.41
Hex C1 45 10 0 40 5C 18 12 55 29
Octal 301 105 20 0 100 134 30 22 125 51
Binary 11000001 1000101 10000 0 1000000 1011100 11000 10010 1010101 101001

Color Harmonies of #C14510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14510

Black with #C14510

Text Example


Text Example

White with #C14510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14510; }

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

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

background-color css

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

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

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

border-color css

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

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

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