Html Css Color HEX #B3510F Rust

📋 copy color: '#B3510F'

red 179 ◦ green 81 ◦ blue 15

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

Shades of Rust #B3510F

Tints of Rust #B3510F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.45%

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

R = 65.09%
G = 29.45%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3510F (or 0xB3510F) is known color: Rust. HEX triplet: B3, 51 and 0F. RGB value is (179,81,15). Sum of RGB (Red+Green+Blue) = 179+81+15=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3510F is #4CAEF0. Grayscale: #676767. Windows color (decimal): -5025521 or 1003955. OLE color: 1003955.

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

Color convert

RGB 179 81 15 -
CMYK 0 0.55 0.92 0.30
HSL 24.15º 0.85% 0.38% -
HSV(B) 24.15º 0.92% 0.7% -
XYZ 21.62 15.5 2.3 -
YUV 102.78 78.47 182.37 -
System Red Green Blue C M Y K H S L
Decimal 179 81 15 0 0.55 0.92 0.30 24.15 0.85 0.38
Hex B3 51 F 0 37 5C 1E 18 55 26
Octal 263 121 17 0 67 134 36 30 125 46
Binary 10110011 1010001 1111 0 110111 1011100 11110 11000 1010101 100110

Color Harmonies of #B3510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3510F

Black with #B3510F

Text Example


Text Example

White with #B3510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3510F; }

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

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

background-color css

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

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

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

border-color css

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

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

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