Html Css Color HEX #B3370D Rust

📋 copy color: '#B3370D'

red 179 ◦ green 55 ◦ blue 13

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

Shades of Rust #B3370D

Tints of Rust #B3370D

RGB

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

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

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

R = 72.47%
G = 22.27%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3370D (or 0xB3370D) is known color: Rust. HEX triplet: B3, 37 and 0D. RGB value is (179,55,13). Sum of RGB (Red+Green+Blue) = 179+55+13=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B3370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3370D is #4CC8F2. Grayscale: #575757. Windows color (decimal): -5032179 or 866227. OLE color: 866227.

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

Color convert

RGB 179 55 13 -
CMYK 0 0.69 0.93 0.30
HSL 15.18º 0.86% 0.38% -
HSV(B) 15.18º 0.93% 0.7% -
XYZ 20.03 12.35 1.71 -
YUV 87.29 86.08 193.42 -
System Red Green Blue C M Y K H S L
Decimal 179 55 13 0 0.69 0.93 0.30 15.18 0.86 0.38
Hex B3 37 D 0 45 5D 1E F 56 26
Octal 263 67 15 0 105 135 36 17 126 46
Binary 10110011 110111 1101 0 1000101 1011101 11110 1111 1010110 100110

Color Harmonies of #B3370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3370D

Black with #B3370D

Text Example


Text Example

White with #B3370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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