Html Css Color HEX #C14409 Rust

📋 copy color: '#C14409'

red 193 ◦ green 68 ◦ blue 9

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

Shades of Rust #C14409

Tints of Rust #C14409

RGB

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

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

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

R = 71.48%
G = 25.19%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C14409 (or 0xC14409) is known color: Rust. HEX triplet: C1, 44 and 09. RGB value is (193,68,9). Sum of RGB (Red+Green+Blue) = 193+68+9=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C14409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14409 is #3EBBF6. Grayscale: #636363. Windows color (decimal): -4111351 or 607425. OLE color: 607425.

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

Color convert

RGB 193 68 9 -
CMYK 0 0.65 0.95 0.24
HSL 19.24º 0.91% 0.4% -
HSV(B) 19.24º 0.95% 0.76% -
XYZ 24.11 15.49 1.98 -
YUV 98.65 77.41 195.3 -
System Red Green Blue C M Y K H S L
Decimal 193 68 9 0 0.65 0.95 0.24 19.24 0.91 0.4
Hex C1 44 9 0 41 5F 18 13 5B 28
Octal 301 104 11 0 101 137 30 23 133 50
Binary 11000001 1000100 1001 0 1000001 1011111 11000 10011 1011011 101000

Color Harmonies of #C14409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14409

Black with #C14409

Text Example


Text Example

White with #C14409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14409; }

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

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

background-color css

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

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

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

border-color css

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

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

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