Html Css Color HEX #C14700 Rust

📋 copy color: '#C14700'

red 193 ◦ green 71 ◦ blue 0

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

Shades of Rust #C14700

Tints of Rust #C14700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.89%

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

R = 73.11%
G = 26.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C14700 (or 0xC14700) is known color: Rust. HEX triplet: C1, 47 and 00. RGB value is (193,71,0). Sum of RGB (Red+Green+Blue) = 193+71+0=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C14700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14700 is #3EB8FF. Grayscale: #636363. Windows color (decimal): -4110592 or 18369. OLE color: 18369.

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

Color convert

RGB 193 71 0 -
CMYK 0 0.63 1 0.24
HSL 22.07º 1% 0.38% -
HSV(B) 22.07º 1% 0.76% -
XYZ 24.25 15.84 1.78 -
YUV 99.38 71.92 194.77 -
System Red Green Blue C M Y K H S L
Decimal 193 71 0 0 0.63 1 0.24 22.07 1 0.38
Hex C1 47 0 0 3F 64 18 16 64 26
Octal 301 107 0 0 77 144 30 26 144 46
Binary 11000001 1000111 0 0 111111 1100100 11000 10110 1100100 100110

Color Harmonies of #C14700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14700

Black with #C14700

Text Example


Text Example

White with #C14700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14700; }

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

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

background-color css

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

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

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

border-color css

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

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

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