Html Css Color HEX #C14519 Rust

📋 copy color: '#C14519'

red 193 ◦ green 69 ◦ blue 25

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

Shades of Rust #C14519

Tints of Rust #C14519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.04%

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

R = 67.25%
G = 24.04%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C14519 (or 0xC14519) is known color: Rust. HEX triplet: C1, 45 and 19. RGB value is (193,69,25). Sum of RGB (Red+Green+Blue) = 193+69+25=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C14519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14519 is #3EBAE6. Grayscale: #656565. Windows color (decimal): -4111079 or 1656257. OLE color: 1656257.

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

Color convert

RGB 193 69 25 -
CMYK 0 0.64 0.87 0.24
HSL 15.71º 0.77% 0.43% -
HSV(B) 15.71º 0.87% 0.76% -
XYZ 24.3 15.66 2.66 -
YUV 101.06 85.08 193.58 -
System Red Green Blue C M Y K H S L
Decimal 193 69 25 0 0.64 0.87 0.24 15.71 0.77 0.43
Hex C1 45 19 0 40 57 18 10 4D 2B
Octal 301 105 31 0 100 127 30 20 115 53
Binary 11000001 1000101 11001 0 1000000 1010111 11000 10000 1001101 101011

Color Harmonies of #C14519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14519

Black with #C14519

Text Example


Text Example

White with #C14519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14519; }

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

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

background-color css

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

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

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

border-color css

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

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

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