Html Css Color HEX #C25216 Rust

📋 copy color: '#C25216'

red 194 ◦ green 82 ◦ blue 22

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

Shades of Rust #C25216

Tints of Rust #C25216

RGB

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

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

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

R = 65.1%
G = 27.52%
B = 7.38%

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

#C25216 (or 0xC25216) is known color: Rust. HEX triplet: C2, 52 and 16. RGB value is (194,82,22). Sum of RGB (Red+Green+Blue) = 194+82+22=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C25216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25216 is #3DADE9. Grayscale: #6C6C6C. Windows color (decimal): -4042218 or 1462978. OLE color: 1462978.

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

Color convert

RGB 194 82 22 -
CMYK 0 0.58 0.89 0.24
HSL 20.93º 0.8% 0.42% -
HSV(B) 20.93º 0.89% 0.76% -
XYZ 25.41 17.56 2.81 -
YUV 108.65 79.11 188.88 -
System Red Green Blue C M Y K H S L
Decimal 194 82 22 0 0.58 0.89 0.24 20.93 0.8 0.42
Hex C2 52 16 0 3A 59 18 15 50 2A
Octal 302 122 26 0 72 131 30 25 120 52
Binary 11000010 1010010 10110 0 111010 1011001 11000 10101 1010000 101010

Color Harmonies of #C25216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25216

Black with #C25216

Text Example


Text Example

White with #C25216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25216; }

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

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

background-color css

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

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

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

border-color css

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

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

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