Html Css Color HEX #C25119 Rust

📋 copy color: '#C25119'

red 194 ◦ green 81 ◦ blue 25

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

Shades of Rust #C25119

Tints of Rust #C25119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.33%

R = 64.67%
G = 27%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C25119 (or 0xC25119) is known color: Rust. HEX triplet: C2, 51 and 19. RGB value is (194,81,25). Sum of RGB (Red+Green+Blue) = 194+81+25=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C25119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25119 is #3DAEE6. Grayscale: #6C6C6C. Windows color (decimal): -4042471 or 1659330. OLE color: 1659330.

HSL color Cylindrical-coordinate representation of color #C25119: hue angle of 19.88º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C25119 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 81 25 -
CMYK 0 0.58 0.87 0.24
HSL 19.88º 0.77% 0.43% -
HSV(B) 19.88º 0.87% 0.76% -
XYZ 25.37 17.42 2.95 -
YUV 108.4 80.94 189.05 -
System Red Green Blue C M Y K H S L
Decimal 194 81 25 0 0.58 0.87 0.24 19.88 0.77 0.43
Hex C2 51 19 0 3A 57 18 14 4D 2B
Octal 302 121 31 0 72 127 30 24 115 53
Binary 11000010 1010001 11001 0 111010 1010111 11000 10100 1001101 101011

Color Harmonies of #C25119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25119

Black with #C25119

Text Example


Text Example

White with #C25119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25119; }

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

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

background-color css

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

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

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

border-color css

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

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

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