Html Css Color HEX #C3460D Rust

📋 copy color: '#C3460D'

red 195 ◦ green 70 ◦ blue 13

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

Shades of Rust #C3460D

Tints of Rust #C3460D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 70.14%
G = 25.18%
B = 4.68%

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

#C3460D (or 0xC3460D) is known color: Rust. HEX triplet: C3, 46 and 0D. RGB value is (195,70,13). Sum of RGB (Red+Green+Blue) = 195+70+13=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C3460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3460D is #3CB9F2. Grayscale: #656565. Windows color (decimal): -3979763 or 870083. OLE color: 870083.

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

Color convert

RGB 195 70 13 -
CMYK 0 0.64 0.93 0.24
HSL 18.79º 0.88% 0.41% -
HSV(B) 18.79º 0.93% 0.76% -
XYZ 24.77 16.01 2.17 -
YUV 100.88 78.41 195.13 -
System Red Green Blue C M Y K H S L
Decimal 195 70 13 0 0.64 0.93 0.24 18.79 0.88 0.41
Hex C3 46 D 0 40 5D 18 13 58 29
Octal 303 106 15 0 100 135 30 23 130 51
Binary 11000011 1000110 1101 0 1000000 1011101 11000 10011 1011000 101001

Color Harmonies of #C3460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3460D

Black with #C3460D

Text Example


Text Example

White with #C3460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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