Html Css Color HEX #C25114 Rust

📋 copy color: '#C25114'

red 194 ◦ green 81 ◦ blue 20

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

Shades of Rust #C25114

Tints of Rust #C25114

RGB

 RED value IS 194 (76.17% from 255) = 65.76%

 GREEN value IS 81 (32.03% from 255) = 27.46%

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

R = 65.76%
G = 27.46%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C25114 (or 0xC25114) is known color: Rust. HEX triplet: C2, 51 and 14. RGB value is (194,81,20). Sum of RGB (Red+Green+Blue) = 194+81+20=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C25114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25114 is #3DAEEB. Grayscale: #6C6C6C. Windows color (decimal): -4042476 or 1331650. OLE color: 1331650.

HSL color Cylindrical-coordinate representation of color #C25114: hue angle of 21.03º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C25114 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 81 20 -
CMYK 0 0.58 0.90 0.24
HSL 21.03º 0.81% 0.42% -
HSV(B) 21.03º 0.9% 0.76% -
XYZ 25.32 17.4 2.69 -
YUV 107.83 78.44 189.46 -
System Red Green Blue C M Y K H S L
Decimal 194 81 20 0 0.58 0.90 0.24 21.03 0.81 0.42
Hex C2 51 14 0 3A 5A 18 15 51 2A
Octal 302 121 24 0 72 132 30 25 121 52
Binary 11000010 1010001 10100 0 111010 1011010 11000 10101 1010001 101010

Color Harmonies of #C25114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25114

Black with #C25114

Text Example


Text Example

White with #C25114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25114; }

 p { color: rgb(194,81,20); }

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

background-color css

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

 a { background-color: rgb(194,81,20); }

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

border-color css

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

 span { border-color: rgb(194,81,20); }

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