Html Css Color HEX #C14419 Rust

📋 copy color: '#C14419'

red 193 ◦ green 68 ◦ blue 25

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

Shades of Rust #C14419

Tints of Rust #C14419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.78%

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

R = 67.48%
G = 23.78%
B = 8.74%

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

#C14419 (or 0xC14419) is known color: Rust. HEX triplet: C1, 44 and 19. RGB value is (193,68,25). Sum of RGB (Red+Green+Blue) = 193+68+25=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C14419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14419 is #3EBBE6. Grayscale: #646464. Windows color (decimal): -4111335 or 1656001. OLE color: 1656001.

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

Color convert

RGB 193 68 25 -
CMYK 0 0.65 0.87 0.24
HSL 15.36º 0.77% 0.43% -
HSV(B) 15.36º 0.87% 0.76% -
XYZ 24.23 15.54 2.64 -
YUV 100.47 85.41 194 -
System Red Green Blue C M Y K H S L
Decimal 193 68 25 0 0.65 0.87 0.24 15.36 0.77 0.43
Hex C1 44 19 0 41 57 18 F 4D 2B
Octal 301 104 31 0 101 127 30 17 115 53
Binary 11000001 1000100 11001 0 1000001 1010111 11000 1111 1001101 101011

Color Harmonies of #C14419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14419

Black with #C14419

Text Example


Text Example

White with #C14419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14419; }

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

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

background-color css

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

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

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

border-color css

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

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

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