Html Css Color HEX #C2460F Rust

📋 copy color: '#C2460F'

red 194 ◦ green 70 ◦ blue 15

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

Shades of Rust #C2460F

Tints of Rust #C2460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.09%

 BLUE value IS 15 (6.25% from 255) = 5.38%

R = 69.53%
G = 25.09%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2460F (or 0xC2460F) is known color: Rust. HEX triplet: C2, 46 and 0F. RGB value is (194,70,15). Sum of RGB (Red+Green+Blue) = 194+70+15=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C2460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2460F is #3DB9F0. Grayscale: #656565. Windows color (decimal): -4045297 or 1001154. OLE color: 1001154.

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

Color convert

RGB 194 70 15 -
CMYK 0 0.64 0.92 0.24
HSL 18.44º 0.86% 0.41% -
HSV(B) 18.44º 0.92% 0.76% -
XYZ 24.52 15.88 2.23 -
YUV 100.81 79.58 194.47 -
System Red Green Blue C M Y K H S L
Decimal 194 70 15 0 0.64 0.92 0.24 18.44 0.86 0.41
Hex C2 46 F 0 40 5C 18 12 56 29
Octal 302 106 17 0 100 134 30 22 126 51
Binary 11000010 1000110 1111 0 1000000 1011100 11000 10010 1010110 101001

Color Harmonies of #C2460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2460F

Black with #C2460F

Text Example


Text Example

White with #C2460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2460F; }

 p { color: rgb(194,70,15); }

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

background-color css

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

 a { background-color: rgb(194,70,15); }

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

border-color css

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

 span { border-color: rgb(194,70,15); }

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