Html Css Color HEX #C14603 Rust

📋 copy color: '#C14603'

red 193 ◦ green 70 ◦ blue 3

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

Shades of Rust #C14603

Tints of Rust #C14603

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.32%

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

R = 72.56%
G = 26.32%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C14603 (or 0xC14603) is known color: Rust. HEX triplet: C1, 46 and 03. RGB value is (193,70,3). Sum of RGB (Red+Green+Blue) = 193+70+3=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C14603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14603 is #3EB9FC. Grayscale: #636363. Windows color (decimal): -4110845 or 214721. OLE color: 214721.

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

Color convert

RGB 193 70 3 -
CMYK 0 0.64 0.98 0.24
HSL 21.16º 0.97% 0.38% -
HSV(B) 21.16º 0.98% 0.76% -
XYZ 24.2 15.72 1.85 -
YUV 99.14 73.75 194.95 -
System Red Green Blue C M Y K H S L
Decimal 193 70 3 0 0.64 0.98 0.24 21.16 0.97 0.38
Hex C1 46 3 0 40 62 18 15 61 26
Octal 301 106 3 0 100 142 30 25 141 46
Binary 11000001 1000110 11 0 1000000 1100010 11000 10101 1100001 100110

Color Harmonies of #C14603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14603

Black with #C14603

Text Example


Text Example

White with #C14603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14603; }

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

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

background-color css

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

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

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

border-color css

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

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

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