Html Css Color HEX #C14000 Rust

📋 copy color: '#C14000'

red 193 ◦ green 64 ◦ blue 0

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

Shades of Rust #C14000

Tints of Rust #C14000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.9%

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

R = 75.1%
G = 24.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C14000 (or 0xC14000) is known color: Rust. HEX triplet: C1, 40 and 00. RGB value is (193,64,0). Sum of RGB (Red+Green+Blue) = 193+64+0=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C14000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14000 is #3EBFFF. Grayscale: #5F5F5F. Windows color (decimal): -4112384 or 16577. OLE color: 16577.

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

Color convert

RGB 193 64 0 -
CMYK 0 0.67 1 0.24
HSL 19.9º 1% 0.38% -
HSV(B) 19.9º 1% 0.76% -
XYZ 23.83 15 1.64 -
YUV 95.28 74.24 197.7 -
System Red Green Blue C M Y K H S L
Decimal 193 64 0 0 0.67 1 0.24 19.9 1 0.38
Hex C1 40 0 0 43 64 18 14 64 26
Octal 301 100 0 0 103 144 30 24 144 46
Binary 11000001 1000000 0 0 1000011 1100100 11000 10100 1100100 100110

Color Harmonies of #C14000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14000

Black with #C14000

Text Example


Text Example

White with #C14000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14000; }

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

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

background-color css

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

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

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

border-color css

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

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

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