Html Css Color HEX #B3370F Rust

📋 copy color: '#B3370F'

red 179 ◦ green 55 ◦ blue 15

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

Shades of Rust #B3370F

Tints of Rust #B3370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

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

R = 71.89%
G = 22.09%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3370F (or 0xB3370F) is known color: Rust. HEX triplet: B3, 37 and 0F. RGB value is (179,55,15). Sum of RGB (Red+Green+Blue) = 179+55+15=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B3370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3370F is #4CC8F0. Grayscale: #575757. Windows color (decimal): -5032177 or 997299. OLE color: 997299.

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

Color convert

RGB 179 55 15 -
CMYK 0 0.69 0.92 0.30
HSL 14.63º 0.85% 0.38% -
HSV(B) 14.63º 0.92% 0.7% -
XYZ 20.04 12.35 1.78 -
YUV 87.52 87.08 193.25 -
System Red Green Blue C M Y K H S L
Decimal 179 55 15 0 0.69 0.92 0.30 14.63 0.85 0.38
Hex B3 37 F 0 45 5C 1E F 55 26
Octal 263 67 17 0 105 134 36 17 125 46
Binary 10110011 110111 1111 0 1000101 1011100 11110 1111 1010101 100110

Color Harmonies of #B3370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3370F

Black with #B3370F

Text Example


Text Example

White with #B3370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3370F; }

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

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

background-color css

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

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

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

border-color css

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

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

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