Html Css Color HEX #C1471D Rust

📋 copy color: '#C1471D'

red 193 ◦ green 71 ◦ blue 29

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

Shades of Rust #C1471D

Tints of Rust #C1471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.23%

 BLUE value IS 29 (11.72% from 255) = 9.9%

R = 65.87%
G = 24.23%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1471D (or 0xC1471D) is known color: Rust. HEX triplet: C1, 47 and 1D. RGB value is (193,71,29). Sum of RGB (Red+Green+Blue) = 193+71+29=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C1471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1471D is #3EB8E2. Grayscale: #666666. Windows color (decimal): -4110563 or 1918913. OLE color: 1918913.

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

Color convert

RGB 193 71 29 -
CMYK 0 0.63 0.85 0.24
HSL 15.37º 0.74% 0.44% -
HSV(B) 15.37º 0.85% 0.76% -
XYZ 24.47 15.93 2.95 -
YUV 102.69 86.42 192.42 -
System Red Green Blue C M Y K H S L
Decimal 193 71 29 0 0.63 0.85 0.24 15.37 0.74 0.44
Hex C1 47 1D 0 3F 55 18 F 4A 2C
Octal 301 107 35 0 77 125 30 17 112 54
Binary 11000001 1000111 11101 0 111111 1010101 11000 1111 1001010 101100

Color Harmonies of #C1471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1471D

Black with #C1471D

Text Example


Text Example

White with #C1471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1471D; }

 p { color: rgb(193,71,29); }

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

background-color css

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

 a { background-color: rgb(193,71,29); }

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

border-color css

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

 span { border-color: rgb(193,71,29); }

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