Html Css Color HEX #C14506 Rust

📋 copy color: '#C14506'

red 193 ◦ green 69 ◦ blue 6

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

Shades of Rust #C14506

Tints of Rust #C14506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.24%

R = 72.01%
G = 25.75%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C14506 (or 0xC14506) is known color: Rust. HEX triplet: C1, 45 and 06. RGB value is (193,69,6). Sum of RGB (Red+Green+Blue) = 193+69+6=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C14506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14506 is #3EBAF9. Grayscale: #636363. Windows color (decimal): -4111098 or 411073. OLE color: 411073.

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

Color convert

RGB 193 69 6 -
CMYK 0 0.64 0.97 0.24
HSL 20.21º 0.94% 0.39% -
HSV(B) 20.21º 0.97% 0.76% -
XYZ 24.15 15.61 1.91 -
YUV 98.89 75.58 195.12 -
System Red Green Blue C M Y K H S L
Decimal 193 69 6 0 0.64 0.97 0.24 20.21 0.94 0.39
Hex C1 45 6 0 40 61 18 14 5E 27
Octal 301 105 6 0 100 141 30 24 136 47
Binary 11000001 1000101 110 0 1000000 1100001 11000 10100 1011110 100111

Color Harmonies of #C14506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14506

Black with #C14506

Text Example


Text Example

White with #C14506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14506; }

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

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

background-color css

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

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

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

border-color css

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

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

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