Html Css Color HEX #C14405 Rust

📋 copy color: '#C14405'

red 193 ◦ green 68 ◦ blue 5

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

Shades of Rust #C14405

Tints of Rust #C14405

RGB

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

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

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

R = 72.56%
G = 25.56%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C14405 (or 0xC14405) is known color: Rust. HEX triplet: C1, 44 and 05. RGB value is (193,68,5). Sum of RGB (Red+Green+Blue) = 193+68+5=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C14405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14405 is #3EBBFA. Grayscale: #626262. Windows color (decimal): -4111355 or 345281. OLE color: 345281.

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

Color convert

RGB 193 68 5 -
CMYK 0 0.65 0.97 0.24
HSL 20.11º 0.95% 0.39% -
HSV(B) 20.11º 0.97% 0.76% -
XYZ 24.09 15.48 1.86 -
YUV 98.19 75.41 195.62 -
System Red Green Blue C M Y K H S L
Decimal 193 68 5 0 0.65 0.97 0.24 20.11 0.95 0.39
Hex C1 44 5 0 41 61 18 14 5F 27
Octal 301 104 5 0 101 141 30 24 137 47
Binary 11000001 1000100 101 0 1000001 1100001 11000 10100 1011111 100111

Color Harmonies of #C14405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14405

Black with #C14405

Text Example


Text Example

White with #C14405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14405; }

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

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

background-color css

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

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

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

border-color css

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

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

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