Html Css Color HEX #C14119 Rust

📋 copy color: '#C14119'

red 193 ◦ green 65 ◦ blue 25

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

Shades of Rust #C14119

Tints of Rust #C14119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

 BLUE value IS 25 (10.16% from 255) = 8.83%

R = 68.2%
G = 22.97%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C14119 (or 0xC14119) is known color: Rust. HEX triplet: C1, 41 and 19. RGB value is (193,65,25). Sum of RGB (Red+Green+Blue) = 193+65+25=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C14119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14119 is #3EBEE6. Grayscale: #636363. Windows color (decimal): -4112103 or 1655233. OLE color: 1655233.

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

Color convert

RGB 193 65 25 -
CMYK 0 0.66 0.87 0.24
HSL 14.29º 0.77% 0.43% -
HSV(B) 14.29º 0.87% 0.76% -
XYZ 24.06 15.19 2.58 -
YUV 98.71 86.41 195.25 -
System Red Green Blue C M Y K H S L
Decimal 193 65 25 0 0.66 0.87 0.24 14.29 0.77 0.43
Hex C1 41 19 0 42 57 18 E 4D 2B
Octal 301 101 31 0 102 127 30 16 115 53
Binary 11000001 1000001 11001 0 1000010 1010111 11000 1110 1001101 101011

Color Harmonies of #C14119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14119

Black with #C14119

Text Example


Text Example

White with #C14119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14119; }

 p { color: rgb(193,65,25); }

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

background-color css

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

 a { background-color: rgb(193,65,25); }

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

border-color css

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

 span { border-color: rgb(193,65,25); }

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