Html Css Color HEX #C25118 Rust

📋 copy color: '#C25118'

red 194 ◦ green 81 ◦ blue 24

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

Shades of Rust #C25118

Tints of Rust #C25118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.03%

R = 64.88%
G = 27.09%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C25118 (or 0xC25118) is known color: Rust. HEX triplet: C2, 51 and 18. RGB value is (194,81,24). Sum of RGB (Red+Green+Blue) = 194+81+24=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C25118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25118 is #3DAEE7. Grayscale: #6C6C6C. Windows color (decimal): -4042472 or 1593794. OLE color: 1593794.

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

Color convert

RGB 194 81 24 -
CMYK 0 0.58 0.88 0.24
HSL 20.12º 0.78% 0.43% -
HSV(B) 20.12º 0.88% 0.76% -
XYZ 25.36 17.42 2.89 -
YUV 108.29 80.44 189.13 -
System Red Green Blue C M Y K H S L
Decimal 194 81 24 0 0.58 0.88 0.24 20.12 0.78 0.43
Hex C2 51 18 0 3A 58 18 14 4E 2B
Octal 302 121 30 0 72 130 30 24 116 53
Binary 11000010 1010001 11000 0 111010 1011000 11000 10100 1001110 101011

Color Harmonies of #C25118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25118

Black with #C25118

Text Example


Text Example

White with #C25118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25118; }

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

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

background-color css

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

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

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

border-color css

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

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

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