Html Css Color HEX #C14919 Rust

📋 copy color: '#C14919'

red 193 ◦ green 73 ◦ blue 25

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

Shades of Rust #C14919

Tints of Rust #C14919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

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

R = 66.32%
G = 25.09%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C14919 (or 0xC14919) is known color: Rust. HEX triplet: C1, 49 and 19. RGB value is (193,73,25). Sum of RGB (Red+Green+Blue) = 193+73+25=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C14919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14919 is #3EB6E6. Grayscale: #676767. Windows color (decimal): -4110055 or 1657281. OLE color: 1657281.

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

Color convert

RGB 193 73 25 -
CMYK 0 0.62 0.87 0.24
HSL 17.14º 0.77% 0.43% -
HSV(B) 17.14º 0.87% 0.76% -
XYZ 24.55 16.17 2.75 -
YUV 103.41 83.76 191.9 -
System Red Green Blue C M Y K H S L
Decimal 193 73 25 0 0.62 0.87 0.24 17.14 0.77 0.43
Hex C1 49 19 0 3E 57 18 11 4D 2B
Octal 301 111 31 0 76 127 30 21 115 53
Binary 11000001 1001001 11001 0 111110 1010111 11000 10001 1001101 101011

Color Harmonies of #C14919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14919

Black with #C14919

Text Example


Text Example

White with #C14919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14919; }

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

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

background-color css

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

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

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

border-color css

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

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

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