Html Css Color HEX #C14814 Rust

📋 copy color: '#C14814'

red 193 ◦ green 72 ◦ blue 20

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

Shades of Rust #C14814

Tints of Rust #C14814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.26%

 BLUE value IS 20 (8.2% from 255) = 7.02%

R = 67.72%
G = 25.26%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C14814 (or 0xC14814) is known color: Rust. HEX triplet: C1, 48 and 14. RGB value is (193,72,20). Sum of RGB (Red+Green+Blue) = 193+72+20=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C14814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14814 is #3EB7EB. Grayscale: #666666. Windows color (decimal): -4110316 or 1329345. OLE color: 1329345.

HSL color Cylindrical-coordinate representation of color #C14814: hue angle of 18.03º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C14814 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 72 20 -
CMYK 0 0.63 0.90 0.24
HSL 18.03º 0.81% 0.42% -
HSV(B) 18.03º 0.9% 0.76% -
XYZ 24.44 16.02 2.47 -
YUV 102.25 81.59 192.73 -
System Red Green Blue C M Y K H S L
Decimal 193 72 20 0 0.63 0.90 0.24 18.03 0.81 0.42
Hex C1 48 14 0 3F 5A 18 12 51 2A
Octal 301 110 24 0 77 132 30 22 121 52
Binary 11000001 1001000 10100 0 111111 1011010 11000 10010 1010001 101010

Color Harmonies of #C14814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14814

Black with #C14814

Text Example


Text Example

White with #C14814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14814; }

 p { color: rgb(193,72,20); }

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

background-color css

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

 a { background-color: rgb(193,72,20); }

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

border-color css

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

 span { border-color: rgb(193,72,20); }

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