Html Css Color HEX #C14600 Rust

📋 copy color: '#C14600'

red 193 ◦ green 70 ◦ blue 0

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

Shades of Rust #C14600

Tints of Rust #C14600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.38%
G = 26.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C14600 (or 0xC14600) is known color: Rust. HEX triplet: C1, 46 and 00. RGB value is (193,70,0). Sum of RGB (Red+Green+Blue) = 193+70+0=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C14600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14600 is #3EB9FF. Grayscale: #636363. Windows color (decimal): -4110848 or 18113. OLE color: 18113.

HSL color Cylindrical-coordinate representation of color #C14600: hue angle of 21.76º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C14600 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 70 0 -
CMYK 0 0.64 1 0.24
HSL 21.76º 1% 0.38% -
HSV(B) 21.76º 1% 0.76% -
XYZ 24.18 15.72 1.76 -
YUV 98.8 72.25 195.19 -
System Red Green Blue C M Y K H S L
Decimal 193 70 0 0 0.64 1 0.24 21.76 1 0.38
Hex C1 46 0 0 40 64 18 16 64 26
Octal 301 106 0 0 100 144 30 26 144 46
Binary 11000001 1000110 0 0 1000000 1100100 11000 10110 1100100 100110

Color Harmonies of #C14600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14600

Black with #C14600

Text Example


Text Example

White with #C14600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14600; }

 p { color: rgb(193,70,0); }

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

background-color css

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

 a { background-color: rgb(193,70,0); }

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

border-color css

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

 span { border-color: rgb(193,70,0); }

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