Html Css Color HEX #C14F0E Rust

📋 copy color: '#C14F0E'

red 193 ◦ green 79 ◦ blue 14

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

Shades of Rust #C14F0E

Tints of Rust #C14F0E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.62%

 BLUE value IS 14 (5.86% from 255) = 4.9%

R = 67.48%
G = 27.62%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C14F0E (or 0xC14F0E) is known color: Rust. HEX triplet: C1, 4F and 0E. RGB value is (193,79,14). Sum of RGB (Red+Green+Blue) = 193+79+14=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C14F0E is #3EB0F1. Grayscale: #6A6A6A. Windows color (decimal): -4108530 or 937921. OLE color: 937921.

HSL color Cylindrical-coordinate representation of color #C14F0E: hue angle of 21.79º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C14F0E is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 79 14 -
CMYK 0 0.59 0.93 0.24
HSL 21.79º 0.86% 0.41% -
HSV(B) 21.79º 0.93% 0.76% -
XYZ 24.87 16.96 2.38 -
YUV 105.68 76.27 190.29 -
System Red Green Blue C M Y K H S L
Decimal 193 79 14 0 0.59 0.93 0.24 21.79 0.86 0.41
Hex C1 4F E 0 3B 5D 18 16 56 29
Octal 301 117 16 0 73 135 30 26 126 51
Binary 11000001 1001111 1110 0 111011 1011101 11000 10110 1010110 101001

Color Harmonies of #C14F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14F0E

Black with #C14F0E

Text Example


Text Example

White with #C14F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14F0E; }

 p { color: rgb(193,79,14); }

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

background-color css

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

 a { background-color: rgb(193,79,14); }

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

border-color css

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

 span { border-color: rgb(193,79,14); }

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