Html Css Color HEX #C54E1C Rust

📋 copy color: '#C54E1C'

red 197 ◦ green 78 ◦ blue 28

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

Shades of Rust #C54E1C

Tints of Rust #C54E1C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.74%

 BLUE value IS 28 (11.33% from 255) = 9.24%

R = 65.02%
G = 25.74%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C54E1C (or 0xC54E1C) is known color: Rust. HEX triplet: C5, 4E and 1C. RGB value is (197,78,28). Sum of RGB (Red+Green+Blue) = 197+78+28=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54E1C is #3AB1E3. Grayscale: #6C6C6C. Windows color (decimal): -3846628 or 1855173. OLE color: 1855173.

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

Color convert

RGB 197 78 28 -
CMYK 0 0.60 0.86 0.23
HSL 17.75º 0.75% 0.44% -
HSV(B) 17.75º 0.86% 0.77% -
XYZ 25.96 17.4 3.09 -
YUV 107.88 82.92 191.57 -
System Red Green Blue C M Y K H S L
Decimal 197 78 28 0 0.60 0.86 0.23 17.75 0.75 0.44
Hex C5 4E 1C 0 3C 56 17 12 4B 2C
Octal 305 116 34 0 74 126 27 22 113 54
Binary 11000101 1001110 11100 0 111100 1010110 10111 10010 1001011 101100

Color Harmonies of #C54E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54E1C

Black with #C54E1C

Text Example


Text Example

White with #C54E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54E1C; }

 p { color: rgb(197,78,28); }

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

background-color css

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

 a { background-color: rgb(197,78,28); }

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

border-color css

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

 span { border-color: rgb(197,78,28); }

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