Html Css Color HEX #C14109 Rust

📋 copy color: '#C14109'

red 193 ◦ green 65 ◦ blue 9

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

Shades of Rust #C14109

Tints of Rust #C14109

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.34%

 BLUE value IS 9 (3.91% from 255) = 3.37%

R = 72.28%
G = 24.34%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C14109 (or 0xC14109) is known color: Rust. HEX triplet: C1, 41 and 09. RGB value is (193,65,9). Sum of RGB (Red+Green+Blue) = 193+65+9=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C14109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14109 is #3EBEF6. Grayscale: #616161. Windows color (decimal): -4112119 or 606657. OLE color: 606657.

HSL color Cylindrical-coordinate representation of color #C14109: hue angle of 18.26º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C14109 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 65 9 -
CMYK 0 0.66 0.95 0.24
HSL 18.26º 0.91% 0.4% -
HSV(B) 18.26º 0.95% 0.76% -
XYZ 23.93 15.14 1.92 -
YUV 96.89 78.41 196.55 -
System Red Green Blue C M Y K H S L
Decimal 193 65 9 0 0.66 0.95 0.24 18.26 0.91 0.4
Hex C1 41 9 0 42 5F 18 12 5B 28
Octal 301 101 11 0 102 137 30 22 133 50
Binary 11000001 1000001 1001 0 1000010 1011111 11000 10010 1011011 101000

Color Harmonies of #C14109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14109

Black with #C14109

Text Example


Text Example

White with #C14109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14109; }

 p { color: rgb(193,65,9); }

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

background-color css

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

 a { background-color: rgb(193,65,9); }

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

border-color css

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

 span { border-color: rgb(193,65,9); }

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