Html Css Color HEX #C14401 Rust

📋 copy color: '#C14401'

red 193 ◦ green 68 ◦ blue 1

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

Shades of Rust #C14401

Tints of Rust #C14401

RGB

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

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

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

R = 73.66%
G = 25.95%
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

#C14401 (or 0xC14401) is known color: Rust. HEX triplet: C1, 44 and 01. RGB value is (193,68,1). Sum of RGB (Red+Green+Blue) = 193+68+1=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C14401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14401 is #3EBBFE. Grayscale: #626262. Windows color (decimal): -4111359 or 83137. OLE color: 83137.

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

Color convert

RGB 193 68 1 -
CMYK 0 0.65 0.99 0.24
HSL 20.94º 0.99% 0.38% -
HSV(B) 20.94º 0.99% 0.76% -
XYZ 24.06 15.47 1.75 -
YUV 97.74 73.41 195.95 -
System Red Green Blue C M Y K H S L
Decimal 193 68 1 0 0.65 0.99 0.24 20.94 0.99 0.38
Hex C1 44 1 0 41 63 18 15 63 26
Octal 301 104 1 0 101 143 30 25 143 46
Binary 11000001 1000100 1 0 1000001 1100011 11000 10101 1100011 100110

Color Harmonies of #C14401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14401

Black with #C14401

Text Example


Text Example

White with #C14401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14401; }

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

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

background-color css

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

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

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

border-color css

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

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

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