Html Css Color HEX #C14801 Rust

📋 copy color: '#C14801'

red 193 ◦ green 72 ◦ blue 1

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

Shades of Rust #C14801

Tints of Rust #C14801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.07%

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

R = 72.56%
G = 27.07%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C14801 (or 0xC14801) is known color: Rust. HEX triplet: C1, 48 and 01. RGB value is (193,72,1). Sum of RGB (Red+Green+Blue) = 193+72+1=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C14801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14801 is #3EB7FE. Grayscale: #646464. Windows color (decimal): -4110335 or 84161. OLE color: 84161.

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

Color convert

RGB 193 72 1 -
CMYK 0 0.63 0.99 0.24
HSL 22.19º 0.99% 0.38% -
HSV(B) 22.19º 0.99% 0.76% -
XYZ 24.32 15.97 1.83 -
YUV 100.09 72.09 194.27 -
System Red Green Blue C M Y K H S L
Decimal 193 72 1 0 0.63 0.99 0.24 22.19 0.99 0.38
Hex C1 48 1 0 3F 63 18 16 63 26
Octal 301 110 1 0 77 143 30 26 143 46
Binary 11000001 1001000 1 0 111111 1100011 11000 10110 1100011 100110

Color Harmonies of #C14801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14801

Black with #C14801

Text Example


Text Example

White with #C14801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14801; }

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

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

background-color css

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

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

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

border-color css

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

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

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