Html Css Color HEX #C2460A Rust

📋 copy color: '#C2460A'

red 194 ◦ green 70 ◦ blue 10

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

Shades of Rust #C2460A

Tints of Rust #C2460A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.65%

R = 70.8%
G = 25.55%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2460A (or 0xC2460A) is known color: Rust. HEX triplet: C2, 46 and 0A. RGB value is (194,70,10). Sum of RGB (Red+Green+Blue) = 194+70+10=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C2460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2460A is #3DB9F5. Grayscale: #646464. Windows color (decimal): -4045302 or 673474. OLE color: 673474.

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

Color convert

RGB 194 70 10 -
CMYK 0 0.64 0.95 0.24
HSL 19.57º 0.9% 0.4% -
HSV(B) 19.57º 0.95% 0.76% -
XYZ 24.49 15.87 2.06 -
YUV 100.24 77.08 194.88 -
System Red Green Blue C M Y K H S L
Decimal 194 70 10 0 0.64 0.95 0.24 19.57 0.9 0.4
Hex C2 46 A 0 40 5F 18 14 5A 28
Octal 302 106 12 0 100 137 30 24 132 50
Binary 11000010 1000110 1010 0 1000000 1011111 11000 10100 1011010 101000

Color Harmonies of #C2460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2460A

Black with #C2460A

Text Example


Text Example

White with #C2460A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2460A; }

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

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

background-color css

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

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

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

border-color css

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

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

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