Html Css Color HEX #C14319 Rust

📋 copy color: '#C14319'

red 193 ◦ green 67 ◦ blue 25

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

Shades of Rust #C14319

Tints of Rust #C14319

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

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

R = 67.72%
G = 23.51%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C14319 (or 0xC14319) is known color: Rust. HEX triplet: C1, 43 and 19. RGB value is (193,67,25). Sum of RGB (Red+Green+Blue) = 193+67+25=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C14319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14319 is #3EBCE6. Grayscale: #646464. Windows color (decimal): -4111591 or 1655745. OLE color: 1655745.

HSL color Cylindrical-coordinate representation of color #C14319: hue angle of 15º 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 #C14319 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 67 25 -
CMYK 0 0.65 0.87 0.24
HSL 15º 0.77% 0.43% -
HSV(B) 15º 0.87% 0.76% -
XYZ 24.17 15.42 2.62 -
YUV 99.89 85.74 194.42 -
System Red Green Blue C M Y K H S L
Decimal 193 67 25 0 0.65 0.87 0.24 15 0.77 0.43
Hex C1 43 19 0 41 57 18 F 4D 2B
Octal 301 103 31 0 101 127 30 17 115 53
Binary 11000001 1000011 11001 0 1000001 1010111 11000 1111 1001101 101011

Color Harmonies of #C14319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14319

Black with #C14319

Text Example


Text Example

White with #C14319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14319; }

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

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

background-color css

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

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

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

border-color css

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

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

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