Html Css Color HEX #C25015 Rust

📋 copy color: '#C25015'

red 194 ◦ green 80 ◦ blue 21

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

Shades of Rust #C25015

Tints of Rust #C25015

RGB

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

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

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

R = 65.76%
G = 27.12%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C25015 (or 0xC25015) is known color: Rust. HEX triplet: C2, 50 and 15. RGB value is (194,80,21). Sum of RGB (Red+Green+Blue) = 194+80+21=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C25015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25015 is #3DAFEA. Grayscale: #6B6B6B. Windows color (decimal): -4042731 or 1396930. OLE color: 1396930.

HSL color Cylindrical-coordinate representation of color #C25015: hue angle of 20.46º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C25015 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 80 21 -
CMYK 0 0.59 0.89 0.24
HSL 20.46º 0.8% 0.42% -
HSV(B) 20.46º 0.89% 0.76% -
XYZ 25.25 17.26 2.71 -
YUV 107.36 79.27 189.8 -
System Red Green Blue C M Y K H S L
Decimal 194 80 21 0 0.59 0.89 0.24 20.46 0.8 0.42
Hex C2 50 15 0 3B 59 18 14 50 2A
Octal 302 120 25 0 73 131 30 24 120 52
Binary 11000010 1010000 10101 0 111011 1011001 11000 10100 1010000 101010

Color Harmonies of #C25015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25015

Black with #C25015

Text Example


Text Example

White with #C25015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25015; }

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

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

background-color css

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

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

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

border-color css

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

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

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