Html Css Color HEX #C2500E Rust

📋 copy color: '#C2500E'

red 194 ◦ green 80 ◦ blue 14

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

Shades of Rust #C2500E

Tints of Rust #C2500E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.86%

R = 67.36%
G = 27.78%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2500E (or 0xC2500E) is known color: Rust. HEX triplet: C2, 50 and 0E. RGB value is (194,80,14). Sum of RGB (Red+Green+Blue) = 194+80+14=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2500E is #3DAFF1. Grayscale: #6A6A6A. Windows color (decimal): -4042738 or 938178. OLE color: 938178.

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

Color convert

RGB 194 80 14 -
CMYK 0 0.59 0.93 0.24
HSL 22º 0.87% 0.41% -
HSV(B) 22º 0.93% 0.76% -
XYZ 25.2 17.24 2.41 -
YUV 106.56 75.77 190.37 -
System Red Green Blue C M Y K H S L
Decimal 194 80 14 0 0.59 0.93 0.24 22 0.87 0.41
Hex C2 50 E 0 3B 5D 18 16 57 29
Octal 302 120 16 0 73 135 30 26 127 51
Binary 11000010 1010000 1110 0 111011 1011101 11000 10110 1010111 101001

Color Harmonies of #C2500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2500E

Black with #C2500E

Text Example


Text Example

White with #C2500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2500E; }

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

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

background-color css

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

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

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

border-color css

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

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

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