Html Css Color HEX #C25215 Rust

📋 copy color: '#C25215'

red 194 ◦ green 82 ◦ blue 21

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

Shades of Rust #C25215

Tints of Rust #C25215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

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

R = 65.32%
G = 27.61%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C25215 (or 0xC25215) is known color: Rust. HEX triplet: C2, 52 and 15. RGB value is (194,82,21). Sum of RGB (Red+Green+Blue) = 194+82+21=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C25215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25215 is #3DADEA. Grayscale: #6C6C6C. Windows color (decimal): -4042219 or 1397442. OLE color: 1397442.

HSL color Cylindrical-coordinate representation of color #C25215: hue angle of 21.16º 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 #C25215 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 82 21 -
CMYK 0 0.58 0.89 0.24
HSL 21.16º 0.8% 0.42% -
HSV(B) 21.16º 0.89% 0.76% -
XYZ 25.4 17.56 2.76 -
YUV 108.53 78.61 188.96 -
System Red Green Blue C M Y K H S L
Decimal 194 82 21 0 0.58 0.89 0.24 21.16 0.8 0.42
Hex C2 52 15 0 3A 59 18 15 50 2A
Octal 302 122 25 0 72 131 30 25 120 52
Binary 11000010 1010010 10101 0 111010 1011001 11000 10101 1010000 101010

Color Harmonies of #C25215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25215

Black with #C25215

Text Example


Text Example

White with #C25215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25215; }

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

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

background-color css

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

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

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

border-color css

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

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

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