Html Css Color HEX #B3480F Rust

📋 copy color: '#B3480F'

red 179 ◦ green 72 ◦ blue 15

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

Shades of Rust #B3480F

Tints of Rust #B3480F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.07%

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

R = 67.29%
G = 27.07%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3480F (or 0xB3480F) is known color: Rust. HEX triplet: B3, 48 and 0F. RGB value is (179,72,15). Sum of RGB (Red+Green+Blue) = 179+72+15=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B3480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3480F is #4CB7F0. Grayscale: #616161. Windows color (decimal): -5027825 or 1001651. OLE color: 1001651.

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

Color convert

RGB 179 72 15 -
CMYK 0 0.60 0.92 0.30
HSL 20.85º 0.85% 0.38% -
HSV(B) 20.85º 0.92% 0.7% -
XYZ 20.99 14.25 2.1 -
YUV 97.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 179 72 15 0 0.60 0.92 0.30 20.85 0.85 0.38
Hex B3 48 F 0 3C 5C 1E 15 55 26
Octal 263 110 17 0 74 134 36 25 125 46
Binary 10110011 1001000 1111 0 111100 1011100 11110 10101 1010101 100110

Color Harmonies of #B3480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3480F

Black with #B3480F

Text Example


Text Example

White with #B3480F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3480F; }

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

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

background-color css

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

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

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

border-color css

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

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

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