Html Css Color HEX #C54D1B Rust

📋 copy color: '#C54D1B'

red 197 ◦ green 77 ◦ blue 27

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

Shades of Rust #C54D1B

Tints of Rust #C54D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

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

R = 65.45%
G = 25.58%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C54D1B (or 0xC54D1B) is known color: Rust. HEX triplet: C5, 4D and 1B. RGB value is (197,77,27). Sum of RGB (Red+Green+Blue) = 197+77+27=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54D1B is #3AB2E4. Grayscale: #6B6B6B. Windows color (decimal): -3846885 or 1789381. OLE color: 1789381.

HSL color Cylindrical-coordinate representation of color #C54D1B: hue angle of 17.65º 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 #C54D1B is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 77 27 -
CMYK 0 0.61 0.86 0.23
HSL 17.65º 0.76% 0.44% -
HSV(B) 17.65º 0.86% 0.77% -
XYZ 25.88 17.26 3 -
YUV 107.18 82.76 192.07 -
System Red Green Blue C M Y K H S L
Decimal 197 77 27 0 0.61 0.86 0.23 17.65 0.76 0.44
Hex C5 4D 1B 0 3D 56 17 12 4C 2C
Octal 305 115 33 0 75 126 27 22 114 54
Binary 11000101 1001101 11011 0 111101 1010110 10111 10010 1001100 101100

Color Harmonies of #C54D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54D1B

Black with #C54D1B

Text Example


Text Example

White with #C54D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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