Html Css Color HEX #C25211 Rust

📋 copy color: '#C25211'

red 194 ◦ green 82 ◦ blue 17

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

Shades of Rust #C25211

Tints of Rust #C25211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.8%

R = 66.21%
G = 27.99%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C25211 (or 0xC25211) is known color: Rust. HEX triplet: C2, 52 and 11. RGB value is (194,82,17). Sum of RGB (Red+Green+Blue) = 194+82+17=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 17 (7.03% from 255 or 5.80% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C25211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25211 is #3DADEE. Grayscale: #6C6C6C. Windows color (decimal): -4042223 or 1135298. OLE color: 1135298.

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

Color convert

RGB 194 82 17 -
CMYK 0 0.58 0.91 0.24
HSL 22.03º 0.84% 0.41% -
HSV(B) 22.03º 0.91% 0.76% -
XYZ 25.37 17.54 2.58 -
YUV 108.08 76.61 189.29 -
System Red Green Blue C M Y K H S L
Decimal 194 82 17 0 0.58 0.91 0.24 22.03 0.84 0.41
Hex C2 52 11 0 3A 5B 18 16 54 29
Octal 302 122 21 0 72 133 30 26 124 51
Binary 11000010 1010010 10001 0 111010 1011011 11000 10110 1010100 101001

Color Harmonies of #C25211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25211

Black with #C25211

Text Example


Text Example

White with #C25211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25211; }

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

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

background-color css

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

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

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

border-color css

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

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

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