Html Css Color HEX #B3410F Rust

📋 copy color: '#B3410F'

red 179 ◦ green 65 ◦ blue 15

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

Shades of Rust #B3410F

Tints of Rust #B3410F

RGB

 RED value IS 179 (70.31% from 255) = 69.11%

 GREEN value IS 65 (25.78% from 255) = 25.1%

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

R = 69.11%
G = 25.1%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3410F (or 0xB3410F) is known color: Rust. HEX triplet: B3, 41 and 0F. RGB value is (179,65,15). Sum of RGB (Red+Green+Blue) = 179+65+15=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B3410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3410F is #4CBEF0. Grayscale: #5D5D5D. Windows color (decimal): -5029617 or 999859. OLE color: 999859.

HSL color Cylindrical-coordinate representation of color #B3410F: hue angle of 18.29º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3410F is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 65 15 -
CMYK 0 0.64 0.92 0.30
HSL 18.29º 0.85% 0.38% -
HSV(B) 18.29º 0.92% 0.7% -
XYZ 20.57 13.4 1.95 -
YUV 93.39 83.77 189.07 -
System Red Green Blue C M Y K H S L
Decimal 179 65 15 0 0.64 0.92 0.30 18.29 0.85 0.38
Hex B3 41 F 0 40 5C 1E 12 55 26
Octal 263 101 17 0 100 134 36 22 125 46
Binary 10110011 1000001 1111 0 1000000 1011100 11110 10010 1010101 100110

Color Harmonies of #B3410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3410F

Black with #B3410F

Text Example


Text Example

White with #B3410F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3410F; }

 p { color: rgb(179,65,15); }

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

background-color css

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

 a { background-color: rgb(179,65,15); }

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

border-color css

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

 span { border-color: rgb(179,65,15); }

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