Html Css Color HEX #C5461B Rust

📋 copy color: '#C5461B'

red 197 ◦ green 70 ◦ blue 27

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

Shades of Rust #C5461B

Tints of Rust #C5461B

RGB

 RED value IS 197 (77.34% from 255) = 67.01%

 GREEN value IS 70 (27.73% from 255) = 23.81%

 BLUE value IS 27 (10.94% from 255) = 9.18%

R = 67.01%
G = 23.81%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5461B (or 0xC5461B) is known color: Rust. HEX triplet: C5, 46 and 1B. RGB value is (197,70,27). Sum of RGB (Red+Green+Blue) = 197+70+27=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5461B is #3AB9E4. Grayscale: #676767. Windows color (decimal): -3848677 or 1787589. OLE color: 1787589.

HSL color Cylindrical-coordinate representation of color #C5461B: hue angle of 15.18º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5461B is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 70 27 -
CMYK 0 0.64 0.86 0.23
HSL 15.18º 0.76% 0.44% -
HSV(B) 15.18º 0.86% 0.77% -
XYZ 25.41 16.33 2.85 -
YUV 103.07 85.08 195 -
System Red Green Blue C M Y K H S L
Decimal 197 70 27 0 0.64 0.86 0.23 15.18 0.76 0.44
Hex C5 46 1B 0 40 56 17 F 4C 2C
Octal 305 106 33 0 100 126 27 17 114 54
Binary 11000101 1000110 11011 0 1000000 1010110 10111 1111 1001100 101100

Color Harmonies of #C5461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5461B

Black with #C5461B

Text Example


Text Example

White with #C5461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5461B; }

 p { color: rgb(197,70,27); }

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

background-color css

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

 a { background-color: rgb(197,70,27); }

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

border-color css

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

 span { border-color: rgb(197,70,27); }

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