Html Css Color HEX #C14819 Rust

📋 copy color: '#C14819'

red 193 ◦ green 72 ◦ blue 25

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

Shades of Rust #C14819

Tints of Rust #C14819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.83%

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

R = 66.55%
G = 24.83%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C14819 (or 0xC14819) is known color: Rust. HEX triplet: C1, 48 and 19. RGB value is (193,72,25). Sum of RGB (Red+Green+Blue) = 193+72+25=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C14819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14819 is #3EB7E6. Grayscale: #676767. Windows color (decimal): -4110311 or 1657025. OLE color: 1657025.

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

Color convert

RGB 193 72 25 -
CMYK 0 0.63 0.87 0.24
HSL 16.79º 0.77% 0.43% -
HSV(B) 16.79º 0.87% 0.76% -
XYZ 24.49 16.04 2.73 -
YUV 102.82 84.09 192.32 -
System Red Green Blue C M Y K H S L
Decimal 193 72 25 0 0.63 0.87 0.24 16.79 0.77 0.43
Hex C1 48 19 0 3F 57 18 11 4D 2B
Octal 301 110 31 0 77 127 30 21 115 53
Binary 11000001 1001000 11001 0 111111 1010111 11000 10001 1001101 101011

Color Harmonies of #C14819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14819

Black with #C14819

Text Example


Text Example

White with #C14819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14819; }

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

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

background-color css

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

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

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

border-color css

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

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

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