Html Css Color HEX #C14005 Rust

📋 copy color: '#C14005'

red 193 ◦ green 64 ◦ blue 5

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

Shades of Rust #C14005

Tints of Rust #C14005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.43%

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

R = 73.66%
G = 24.43%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C14005 (or 0xC14005) is known color: Rust. HEX triplet: C1, 40 and 05. RGB value is (193,64,5). Sum of RGB (Red+Green+Blue) = 193+64+5=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C14005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14005 is #3EBFFA. Grayscale: #606060. Windows color (decimal): -4112379 or 344257. OLE color: 344257.

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

Color convert

RGB 193 64 5 -
CMYK 0 0.67 0.97 0.24
HSL 18.83º 0.95% 0.39% -
HSV(B) 18.83º 0.97% 0.76% -
XYZ 23.85 15.02 1.78 -
YUV 95.85 76.74 197.3 -
System Red Green Blue C M Y K H S L
Decimal 193 64 5 0 0.67 0.97 0.24 18.83 0.95 0.39
Hex C1 40 5 0 43 61 18 13 5F 27
Octal 301 100 5 0 103 141 30 23 137 47
Binary 11000001 1000000 101 0 1000011 1100001 11000 10011 1011111 100111

Color Harmonies of #C14005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14005

Black with #C14005

Text Example


Text Example

White with #C14005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14005; }

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

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

background-color css

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

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

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

border-color css

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

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

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