Html Css Color HEX #C54C1B Rust

📋 copy color: '#C54C1B'

red 197 ◦ green 76 ◦ blue 27

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

Shades of Rust #C54C1B

Tints of Rust #C54C1B

RGB

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

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

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

R = 65.67%
G = 25.33%
B = 9%

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

#C54C1B (or 0xC54C1B) is known color: Rust. HEX triplet: C5, 4C and 1B. RGB value is (197,76,27). Sum of RGB (Red+Green+Blue) = 197+76+27=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54C1B is #3AB3E4. Grayscale: #6A6A6A. Windows color (decimal): -3847141 or 1789125. OLE color: 1789125.

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

Color convert

RGB 197 76 27 -
CMYK 0 0.61 0.86 0.23
HSL 17.29º 0.76% 0.44% -
HSV(B) 17.29º 0.86% 0.77% -
XYZ 25.81 17.12 2.98 -
YUV 106.59 83.09 192.48 -
System Red Green Blue C M Y K H S L
Decimal 197 76 27 0 0.61 0.86 0.23 17.29 0.76 0.44
Hex C5 4C 1B 0 3D 56 17 11 4C 2C
Octal 305 114 33 0 75 126 27 21 114 54
Binary 11000101 1001100 11011 0 111101 1010110 10111 10001 1001100 101100

Color Harmonies of #C54C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54C1B

Black with #C54C1B

Text Example


Text Example

White with #C54C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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