Html Css Color HEX #C3460F Rust

📋 copy color: '#C3460F'

red 195 ◦ green 70 ◦ blue 15

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

Shades of Rust #C3460F

Tints of Rust #C3460F

RGB

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

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

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

R = 69.64%
G = 25%
B = 5.36%

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

#C3460F (or 0xC3460F) is known color: Rust. HEX triplet: C3, 46 and 0F. RGB value is (195,70,15). Sum of RGB (Red+Green+Blue) = 195+70+15=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C3460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3460F is #3CB9F0. Grayscale: #656565. Windows color (decimal): -3979761 or 1001155. OLE color: 1001155.

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

Color convert

RGB 195 70 15 -
CMYK 0 0.64 0.92 0.24
HSL 18.33º 0.86% 0.41% -
HSV(B) 18.33º 0.92% 0.76% -
XYZ 24.78 16.02 2.24 -
YUV 101.11 79.41 194.97 -
System Red Green Blue C M Y K H S L
Decimal 195 70 15 0 0.64 0.92 0.24 18.33 0.86 0.41
Hex C3 46 F 0 40 5C 18 12 56 29
Octal 303 106 17 0 100 134 30 22 126 51
Binary 11000011 1000110 1111 0 1000000 1011100 11000 10010 1010110 101001

Color Harmonies of #C3460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3460F

Black with #C3460F

Text Example


Text Example

White with #C3460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3460F; }

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

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

background-color css

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

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

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

border-color css

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

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

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