Html Css Color HEX #C25011 Rust

📋 copy color: '#C25011'

red 194 ◦ green 80 ◦ blue 17

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

Shades of Rust #C25011

Tints of Rust #C25011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.49%

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

R = 66.67%
G = 27.49%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C25011 (or 0xC25011) is known color: Rust. HEX triplet: C2, 50 and 11. RGB value is (194,80,17). Sum of RGB (Red+Green+Blue) = 194+80+17=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C25011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25011 is #3DAFEE. Grayscale: #6B6B6B. Windows color (decimal): -4042735 or 1134786. OLE color: 1134786.

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

Color convert

RGB 194 80 17 -
CMYK 0 0.59 0.91 0.24
HSL 21.36º 0.84% 0.41% -
HSV(B) 21.36º 0.91% 0.76% -
XYZ 25.22 17.25 2.53 -
YUV 106.9 77.27 190.12 -
System Red Green Blue C M Y K H S L
Decimal 194 80 17 0 0.59 0.91 0.24 21.36 0.84 0.41
Hex C2 50 11 0 3B 5B 18 15 54 29
Octal 302 120 21 0 73 133 30 25 124 51
Binary 11000010 1010000 10001 0 111011 1011011 11000 10101 1010100 101001

Color Harmonies of #C25011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25011

Black with #C25011

Text Example


Text Example

White with #C25011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25011; }

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

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

background-color css

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

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

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

border-color css

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

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

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