Html Css Color HEX #C14520 Rust

📋 copy color: '#C14520'

red 193 ◦ green 69 ◦ blue 32

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

Shades of Rust #C14520

Tints of Rust #C14520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.47%

 BLUE value IS 32 (12.89% from 255) = 10.88%

R = 65.65%
G = 23.47%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C14520 (or 0xC14520) is known color: Rust. HEX triplet: C1, 45 and 20. RGB value is (193,69,32). Sum of RGB (Red+Green+Blue) = 193+69+32=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C14520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14520 is #3EBADF. Grayscale: #666666. Windows color (decimal): -4111072 or 2115009. OLE color: 2115009.

HSL color Cylindrical-coordinate representation of color #C14520: hue angle of 13.79º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C14520 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 69 32 -
CMYK 0 0.64 0.83 0.24
HSL 13.79º 0.72% 0.44% -
HSV(B) 13.79º 0.83% 0.76% -
XYZ 24.38 15.7 3.11 -
YUV 101.86 88.58 193.01 -
System Red Green Blue C M Y K H S L
Decimal 193 69 32 0 0.64 0.83 0.24 13.79 0.72 0.44
Hex C1 45 20 0 40 53 18 E 48 2C
Octal 301 105 40 0 100 123 30 16 110 54
Binary 11000001 1000101 100000 0 1000000 1010011 11000 1110 1001000 101100

Color Harmonies of #C14520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14520

Black with #C14520

Text Example


Text Example

White with #C14520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14520; }

 p { color: rgb(193,69,32); }

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

background-color css

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

 a { background-color: rgb(193,69,32); }

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

border-color css

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

 span { border-color: rgb(193,69,32); }

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