Html Css Color HEX #C55014 Rust

📋 copy color: '#C55014'

red 197 ◦ green 80 ◦ blue 20

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

Shades of Rust #C55014

Tints of Rust #C55014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

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

R = 66.33%
G = 26.94%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C55014 (or 0xC55014) is known color: Rust. HEX triplet: C5, 50 and 14. RGB value is (197,80,20). Sum of RGB (Red+Green+Blue) = 197+80+20=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C55014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55014 is #3AAFEB. Grayscale: #6C6C6C. Windows color (decimal): -3846124 or 1331397. OLE color: 1331397.

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

Color convert

RGB 197 80 20 -
CMYK 0 0.59 0.90 0.23
HSL 20.34º 0.82% 0.43% -
HSV(B) 20.34º 0.9% 0.77% -
XYZ 26.02 17.66 2.7 -
YUV 108.14 78.26 191.38 -
System Red Green Blue C M Y K H S L
Decimal 197 80 20 0 0.59 0.90 0.23 20.34 0.82 0.43
Hex C5 50 14 0 3B 5A 17 14 52 2B
Octal 305 120 24 0 73 132 27 24 122 53
Binary 11000101 1010000 10100 0 111011 1011010 10111 10100 1010010 101011

Color Harmonies of #C55014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55014

Black with #C55014

Text Example


Text Example

White with #C55014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55014; }

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

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

background-color css

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

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

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

border-color css

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

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

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