Html Css Color HEX #C14301 Rust

📋 copy color: '#C14301'

red 193 ◦ green 67 ◦ blue 1

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

Shades of Rust #C14301

Tints of Rust #C14301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 73.95%
G = 25.67%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C14301 (or 0xC14301) is known color: Rust. HEX triplet: C1, 43 and 01. RGB value is (193,67,1). Sum of RGB (Red+Green+Blue) = 193+67+1=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C14301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14301 is #3EBCFE. Grayscale: #616161. Windows color (decimal): -4111615 or 82881. OLE color: 82881.

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

Color convert

RGB 193 67 1 -
CMYK 0 0.65 0.99 0.24
HSL 20.63º 0.99% 0.38% -
HSV(B) 20.63º 0.99% 0.76% -
XYZ 24 15.35 1.73 -
YUV 97.15 73.74 196.37 -
System Red Green Blue C M Y K H S L
Decimal 193 67 1 0 0.65 0.99 0.24 20.63 0.99 0.38
Hex C1 43 1 0 41 63 18 15 63 26
Octal 301 103 1 0 101 143 30 25 143 46
Binary 11000001 1000011 1 0 1000001 1100011 11000 10101 1100011 100110

Color Harmonies of #C14301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14301

Black with #C14301

Text Example


Text Example

White with #C14301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14301; }

 p { color: rgb(193,67,1); }

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

background-color css

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

 a { background-color: rgb(193,67,1); }

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

border-color css

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

 span { border-color: rgb(193,67,1); }

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