Html Css Color HEX #B3480D Rust

📋 copy color: '#B3480D'

red 179 ◦ green 72 ◦ blue 13

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

Shades of Rust #B3480D

Tints of Rust #B3480D

RGB

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

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

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

R = 67.8%
G = 27.27%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3480D (or 0xB3480D) is known color: Rust. HEX triplet: B3, 48 and 0D. RGB value is (179,72,13). Sum of RGB (Red+Green+Blue) = 179+72+13=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B3480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3480D is #4CB7F2. Grayscale: #616161. Windows color (decimal): -5027827 or 870579. OLE color: 870579.

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

Color convert

RGB 179 72 13 -
CMYK 0 0.60 0.93 0.30
HSL 21.33º 0.86% 0.38% -
HSV(B) 21.33º 0.93% 0.7% -
XYZ 20.98 14.25 2.03 -
YUV 97.27 80.45 186.3 -
System Red Green Blue C M Y K H S L
Decimal 179 72 13 0 0.60 0.93 0.30 21.33 0.86 0.38
Hex B3 48 D 0 3C 5D 1E 15 56 26
Octal 263 110 15 0 74 135 36 25 126 46
Binary 10110011 1001000 1101 0 111100 1011101 11110 10101 1010110 100110

Color Harmonies of #B3480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3480D

Black with #B3480D

Text Example


Text Example

White with #B3480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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