Html Css Color HEX #B3371E Rust

📋 copy color: '#B3371E'

red 179 ◦ green 55 ◦ blue 30

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

Shades of Rust #B3371E

Tints of Rust #B3371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 67.8%
G = 20.83%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3371E (or 0xB3371E) is known color: Rust. HEX triplet: B3, 37 and 1E. RGB value is (179,55,30). Sum of RGB (Red+Green+Blue) = 179+55+30=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B3371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3371E is #4CC8E1. Grayscale: #595959. Windows color (decimal): -5032162 or 1980339. OLE color: 1980339.

HSL color Cylindrical-coordinate representation of color #B3371E: hue angle of 10.07º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3371E is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 55 30 -
CMYK 0 0.69 0.83 0.30
HSL 10.07º 0.71% 0.41% -
HSV(B) 10.07º 0.83% 0.7% -
XYZ 20.19 12.41 2.56 -
YUV 89.23 94.58 192.03 -
System Red Green Blue C M Y K H S L
Decimal 179 55 30 0 0.69 0.83 0.30 10.07 0.71 0.41
Hex B3 37 1E 0 45 53 1E A 47 29
Octal 263 67 36 0 105 123 36 12 107 51
Binary 10110011 110111 11110 0 1000101 1010011 11110 1010 1000111 101001

Color Harmonies of #B3371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3371E

Black with #B3371E

Text Example


Text Example

White with #B3371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3371E; }

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

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

background-color css

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

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

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

border-color css

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

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

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