Html Css Color HEX #C25516 Rust

📋 copy color: '#C25516'

red 194 ◦ green 85 ◦ blue 22

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

Shades of Rust #C25516

Tints of Rust #C25516

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 64.45%
G = 28.24%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C25516 (or 0xC25516) is known color: Rust. HEX triplet: C2, 55 and 16. RGB value is (194,85,22). Sum of RGB (Red+Green+Blue) = 194+85+22=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C25516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25516 is #3DAAE9. Grayscale: #6E6E6E. Windows color (decimal): -4041450 or 1463746. OLE color: 1463746.

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

Color convert

RGB 194 85 22 -
CMYK 0 0.56 0.89 0.24
HSL 21.98º 0.8% 0.42% -
HSV(B) 21.98º 0.89% 0.76% -
XYZ 25.64 18.02 2.89 -
YUV 110.41 78.11 187.62 -
System Red Green Blue C M Y K H S L
Decimal 194 85 22 0 0.56 0.89 0.24 21.98 0.8 0.42
Hex C2 55 16 0 38 59 18 16 50 2A
Octal 302 125 26 0 70 131 30 26 120 52
Binary 11000010 1010101 10110 0 111000 1011001 11000 10110 1010000 101010

Color Harmonies of #C25516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25516

Black with #C25516

Text Example


Text Example

White with #C25516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25516; }

 p { color: rgb(194,85,22); }

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

background-color css

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

 a { background-color: rgb(194,85,22); }

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

border-color css

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

 span { border-color: rgb(194,85,22); }

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