Html Css Color HEX #C54C0F Rust

📋 copy color: '#C54C0F'

red 197 ◦ green 76 ◦ blue 15

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

Shades of Rust #C54C0F

Tints of Rust #C54C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.39%

 BLUE value IS 15 (6.25% from 255) = 5.21%

R = 68.4%
G = 26.39%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C54C0F (or 0xC54C0F) is known color: Rust. HEX triplet: C5, 4C and 0F. RGB value is (197,76,15). Sum of RGB (Red+Green+Blue) = 197+76+15=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54C0F is #3AB3F0. Grayscale: #696969. Windows color (decimal): -3847153 or 1002693. OLE color: 1002693.

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

Color convert

RGB 197 76 15 -
CMYK 0 0.61 0.92 0.23
HSL 20.11º 0.86% 0.42% -
HSV(B) 20.11º 0.92% 0.77% -
XYZ 25.7 17.07 2.39 -
YUV 105.23 77.09 193.46 -
System Red Green Blue C M Y K H S L
Decimal 197 76 15 0 0.61 0.92 0.23 20.11 0.86 0.42
Hex C5 4C F 0 3D 5C 17 14 56 2A
Octal 305 114 17 0 75 134 27 24 126 52
Binary 11000101 1001100 1111 0 111101 1011100 10111 10100 1010110 101010

Color Harmonies of #C54C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54C0F

Black with #C54C0F

Text Example


Text Example

White with #C54C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54C0F; }

 p { color: rgb(197,76,15); }

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

background-color css

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

 a { background-color: rgb(197,76,15); }

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

border-color css

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

 span { border-color: rgb(197,76,15); }

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