Html Css Color HEX #C55012 Rust

📋 copy color: '#C55012'

red 197 ◦ green 80 ◦ blue 18

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

Shades of Rust #C55012

Tints of Rust #C55012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.1%

R = 66.78%
G = 27.12%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C55012 (or 0xC55012) is known color: Rust. HEX triplet: C5, 50 and 12. RGB value is (197,80,18). Sum of RGB (Red+Green+Blue) = 197+80+18=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C55012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55012 is #3AAFED. Grayscale: #6C6C6C. Windows color (decimal): -3846126 or 1200325. OLE color: 1200325.

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

Color convert

RGB 197 80 18 -
CMYK 0 0.59 0.91 0.23
HSL 20.78º 0.83% 0.42% -
HSV(B) 20.78º 0.91% 0.77% -
XYZ 26 17.65 2.61 -
YUV 107.92 77.26 191.54 -
System Red Green Blue C M Y K H S L
Decimal 197 80 18 0 0.59 0.91 0.23 20.78 0.83 0.42
Hex C5 50 12 0 3B 5B 17 15 53 2A
Octal 305 120 22 0 73 133 27 25 123 52
Binary 11000101 1010000 10010 0 111011 1011011 10111 10101 1010011 101010

Color Harmonies of #C55012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55012

Black with #C55012

Text Example


Text Example

White with #C55012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55012; }

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

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

background-color css

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

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

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

border-color css

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

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

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