Html Css Color HEX #C3460E Rust

📋 copy color: '#C3460E'

red 195 ◦ green 70 ◦ blue 14

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

Shades of Rust #C3460E

Tints of Rust #C3460E

RGB

 RED value IS 195 (76.56% from 255) = 69.89%

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

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

R = 69.89%
G = 25.09%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3460E (or 0xC3460E) is known color: Rust. HEX triplet: C3, 46 and 0E. RGB value is (195,70,14). Sum of RGB (Red+Green+Blue) = 195+70+14=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C3460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3460E is #3CB9F1. Grayscale: #656565. Windows color (decimal): -3979762 or 935619. OLE color: 935619.

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

Color convert

RGB 195 70 14 -
CMYK 0 0.64 0.93 0.24
HSL 18.56º 0.87% 0.41% -
HSV(B) 18.56º 0.93% 0.76% -
XYZ 24.78 16.01 2.2 -
YUV 100.99 78.91 195.05 -
System Red Green Blue C M Y K H S L
Decimal 195 70 14 0 0.64 0.93 0.24 18.56 0.87 0.41
Hex C3 46 E 0 40 5D 18 13 57 29
Octal 303 106 16 0 100 135 30 23 127 51
Binary 11000011 1000110 1110 0 1000000 1011101 11000 10011 1010111 101001

Color Harmonies of #C3460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3460E

Black with #C3460E

Text Example


Text Example

White with #C3460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3460E; }

 p { color: rgb(195,70,14); }

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

background-color css

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

 a { background-color: rgb(195,70,14); }

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

border-color css

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

 span { border-color: rgb(195,70,14); }

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