Html Css Color HEX #C3460B Rust

📋 copy color: '#C3460B'

red 195 ◦ green 70 ◦ blue 11

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

Shades of Rust #C3460B

Tints of Rust #C3460B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.99%

R = 70.65%
G = 25.36%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3460B (or 0xC3460B) is known color: Rust. HEX triplet: C3, 46 and 0B. RGB value is (195,70,11). Sum of RGB (Red+Green+Blue) = 195+70+11=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C3460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3460B is #3CB9F4. Grayscale: #656565. Windows color (decimal): -3979765 or 739011. OLE color: 739011.

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

Color convert

RGB 195 70 11 -
CMYK 0 0.64 0.94 0.24
HSL 19.24º 0.89% 0.4% -
HSV(B) 19.24º 0.94% 0.76% -
XYZ 24.76 16.01 2.1 -
YUV 100.65 77.41 195.3 -
System Red Green Blue C M Y K H S L
Decimal 195 70 11 0 0.64 0.94 0.24 19.24 0.89 0.4
Hex C3 46 B 0 40 5E 18 13 59 28
Octal 303 106 13 0 100 136 30 23 131 50
Binary 11000011 1000110 1011 0 1000000 1011110 11000 10011 1011001 101000

Color Harmonies of #C3460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3460B

Black with #C3460B

Text Example


Text Example

White with #C3460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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