Html Css Color HEX #C14C0F Rust

📋 copy color: '#C14C0F'

red 193 ◦ green 76 ◦ blue 15

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

Shades of Rust #C14C0F

Tints of Rust #C14C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.76%

 BLUE value IS 15 (6.25% from 255) = 5.28%

R = 67.96%
G = 26.76%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C14C0F (or 0xC14C0F) is known color: Rust. HEX triplet: C1, 4C and 0F. RGB value is (193,76,15). Sum of RGB (Red+Green+Blue) = 193+76+15=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14C0F is #3EB3F0. Grayscale: #686868. Windows color (decimal): -4109297 or 1002689. OLE color: 1002689.

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

Color convert

RGB 193 76 15 -
CMYK 0 0.61 0.92 0.24
HSL 20.56º 0.86% 0.41% -
HSV(B) 20.56º 0.92% 0.76% -
XYZ 24.66 16.54 2.34 -
YUV 104.03 77.76 191.46 -
System Red Green Blue C M Y K H S L
Decimal 193 76 15 0 0.61 0.92 0.24 20.56 0.86 0.41
Hex C1 4C F 0 3D 5C 18 15 56 29
Octal 301 114 17 0 75 134 30 25 126 51
Binary 11000001 1001100 1111 0 111101 1011100 11000 10101 1010110 101001

Color Harmonies of #C14C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C0F

Black with #C14C0F

Text Example


Text Example

White with #C14C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C0F; }

 p { color: rgb(193,76,15); }

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

background-color css

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

 a { background-color: rgb(193,76,15); }

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

border-color css

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

 span { border-color: rgb(193,76,15); }

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