Html Css Color HEX #C14905 Rust

📋 copy color: '#C14905'

red 193 ◦ green 73 ◦ blue 5

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

Shades of Rust #C14905

Tints of Rust #C14905

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.94%

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 71.22%
G = 26.94%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C14905 (or 0xC14905) is known color: Rust. HEX triplet: C1, 49 and 05. RGB value is (193,73,5). Sum of RGB (Red+Green+Blue) = 193+73+5=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C14905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14905 is #3EB6FA. Grayscale: #656565. Windows color (decimal): -4110075 or 346561. OLE color: 346561.

HSL color Cylindrical-coordinate representation of color #C14905: hue angle of 21.7º degrees, saturation: 0.95, 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 #C14905 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 73 5 -
CMYK 0 0.62 0.97 0.24
HSL 21.7º 0.95% 0.39% -
HSV(B) 21.7º 0.97% 0.76% -
XYZ 24.4 16.11 1.97 -
YUV 101.13 73.76 193.53 -
System Red Green Blue C M Y K H S L
Decimal 193 73 5 0 0.62 0.97 0.24 21.7 0.95 0.39
Hex C1 49 5 0 3E 61 18 16 5F 27
Octal 301 111 5 0 76 141 30 26 137 47
Binary 11000001 1001001 101 0 111110 1100001 11000 10110 1011111 100111

Color Harmonies of #C14905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14905

Black with #C14905

Text Example


Text Example

White with #C14905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14905; }

 p { color: rgb(193,73,5); }

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

background-color css

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

 a { background-color: rgb(193,73,5); }

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

border-color css

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

 span { border-color: rgb(193,73,5); }

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