Html Css Color HEX #C55015 Rust

📋 copy color: '#C55015'

red 197 ◦ green 80 ◦ blue 21

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

Shades of Rust #C55015

Tints of Rust #C55015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.05%

R = 66.11%
G = 26.85%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C55015 (or 0xC55015) is known color: Rust. HEX triplet: C5, 50 and 15. RGB value is (197,80,21). Sum of RGB (Red+Green+Blue) = 197+80+21=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C55015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55015 is #3AAFEA. Grayscale: #6C6C6C. Windows color (decimal): -3846123 or 1396933. OLE color: 1396933.

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

Color convert

RGB 197 80 21 -
CMYK 0 0.59 0.89 0.23
HSL 20.11º 0.81% 0.43% -
HSV(B) 20.11º 0.89% 0.77% -
XYZ 26.03 17.66 2.75 -
YUV 108.26 78.76 191.3 -
System Red Green Blue C M Y K H S L
Decimal 197 80 21 0 0.59 0.89 0.23 20.11 0.81 0.43
Hex C5 50 15 0 3B 59 17 14 51 2B
Octal 305 120 25 0 73 131 27 24 121 53
Binary 11000101 1010000 10101 0 111011 1011001 10111 10100 1010001 101011

Color Harmonies of #C55015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55015

Black with #C55015

Text Example


Text Example

White with #C55015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55015; }

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

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

background-color css

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

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

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

border-color css

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

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

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