Html Css Color HEX #C54414 Rust

📋 copy color: '#C54414'

red 197 ◦ green 68 ◦ blue 20

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

Shades of Rust #C54414

Tints of Rust #C54414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

 BLUE value IS 20 (8.2% from 255) = 7.02%

R = 69.12%
G = 23.86%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C54414 (or 0xC54414) is known color: Rust. HEX triplet: C5, 44 and 14. RGB value is (197,68,20). Sum of RGB (Red+Green+Blue) = 197+68+20=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C54414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54414 is #3ABBEB. Grayscale: #656565. Windows color (decimal): -3849196 or 1328325. OLE color: 1328325.

HSL color Cylindrical-coordinate representation of color #C54414: hue angle of 16.27º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C54414 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 68 20 -
CMYK 0 0.65 0.90 0.23
HSL 16.27º 0.82% 0.43% -
HSV(B) 16.27º 0.9% 0.77% -
XYZ 25.22 16.06 2.43 -
YUV 101.1 82.24 196.4 -
System Red Green Blue C M Y K H S L
Decimal 197 68 20 0 0.65 0.90 0.23 16.27 0.82 0.43
Hex C5 44 14 0 41 5A 17 10 52 2B
Octal 305 104 24 0 101 132 27 20 122 53
Binary 11000101 1000100 10100 0 1000001 1011010 10111 10000 1010010 101011

Color Harmonies of #C54414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54414

Black with #C54414

Text Example


Text Example

White with #C54414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54414; }

 p { color: rgb(197,68,20); }

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

background-color css

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

 a { background-color: rgb(197,68,20); }

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

border-color css

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

 span { border-color: rgb(197,68,20); }

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