Html Css Color HEX #C1471E Rust

📋 copy color: '#C1471E'

red 193 ◦ green 71 ◦ blue 30

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

Shades of Rust #C1471E

Tints of Rust #C1471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.2%

R = 65.65%
G = 24.15%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1471E (or 0xC1471E) is known color: Rust. HEX triplet: C1, 47 and 1E. RGB value is (193,71,30). Sum of RGB (Red+Green+Blue) = 193+71+30=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C1471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1471E is #3EB8E1. Grayscale: #676767. Windows color (decimal): -4110562 or 1984449. OLE color: 1984449.

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

Color convert

RGB 193 71 30 -
CMYK 0 0.63 0.84 0.24
HSL 15.09º 0.73% 0.44% -
HSV(B) 15.09º 0.84% 0.76% -
XYZ 24.48 15.94 3.01 -
YUV 102.8 86.92 192.33 -
System Red Green Blue C M Y K H S L
Decimal 193 71 30 0 0.63 0.84 0.24 15.09 0.73 0.44
Hex C1 47 1E 0 3F 54 18 F 49 2C
Octal 301 107 36 0 77 124 30 17 111 54
Binary 11000001 1000111 11110 0 111111 1010100 11000 1111 1001001 101100

Color Harmonies of #C1471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1471E

Black with #C1471E

Text Example


Text Example

White with #C1471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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