Html Css Color HEX #C14E1C Rust

📋 copy color: '#C14E1C'

red 193 ◦ green 78 ◦ blue 28

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

Shades of Rust #C14E1C

Tints of Rust #C14E1C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.09%

 BLUE value IS 28 (11.33% from 255) = 9.36%

R = 64.55%
G = 26.09%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C14E1C (or 0xC14E1C) is known color: Rust. HEX triplet: C1, 4E and 1C. RGB value is (193,78,28). Sum of RGB (Red+Green+Blue) = 193+78+28=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14E1C is #3EB1E3. Grayscale: #6A6A6A. Windows color (decimal): -4108772 or 1855169. OLE color: 1855169.

HSL color Cylindrical-coordinate representation of color #C14E1C: hue angle of 18.18º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C14E1C is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 78 28 -
CMYK 0 0.60 0.85 0.24
HSL 18.18º 0.75% 0.43% -
HSV(B) 18.18º 0.85% 0.76% -
XYZ 24.93 16.87 3.04 -
YUV 106.69 83.6 189.57 -
System Red Green Blue C M Y K H S L
Decimal 193 78 28 0 0.60 0.85 0.24 18.18 0.75 0.43
Hex C1 4E 1C 0 3C 55 18 12 4B 2B
Octal 301 116 34 0 74 125 30 22 113 53
Binary 11000001 1001110 11100 0 111100 1010101 11000 10010 1001011 101011

Color Harmonies of #C14E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14E1C

Black with #C14E1C

Text Example


Text Example

White with #C14E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14E1C; }

 p { color: rgb(193,78,28); }

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

background-color css

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

 a { background-color: rgb(193,78,28); }

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

border-color css

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

 span { border-color: rgb(193,78,28); }

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