Html Css Color HEX #C14103 Rust

📋 copy color: '#C14103'

red 193 ◦ green 65 ◦ blue 3

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

Shades of Rust #C14103

Tints of Rust #C14103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 73.95%
G = 24.9%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C14103 (or 0xC14103) is known color: Rust. HEX triplet: C1, 41 and 03. RGB value is (193,65,3). Sum of RGB (Red+Green+Blue) = 193+65+3=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C14103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14103 is #3EBEFC. Grayscale: #606060. Windows color (decimal): -4112125 or 213441. OLE color: 213441.

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

Color convert

RGB 193 65 3 -
CMYK 0 0.66 0.98 0.24
HSL 19.58º 0.97% 0.38% -
HSV(B) 19.58º 0.98% 0.76% -
XYZ 23.9 15.12 1.75 -
YUV 96.2 75.41 197.04 -
System Red Green Blue C M Y K H S L
Decimal 193 65 3 0 0.66 0.98 0.24 19.58 0.97 0.38
Hex C1 41 3 0 42 62 18 14 61 26
Octal 301 101 3 0 102 142 30 24 141 46
Binary 11000001 1000001 11 0 1000010 1100010 11000 10100 1100001 100110

Color Harmonies of #C14103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14103

Black with #C14103

Text Example


Text Example

White with #C14103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14103; }

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

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

background-color css

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

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

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

border-color css

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

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

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