Html Css Color HEX #B3391C Rust

📋 copy color: '#B3391C'

red 179 ◦ green 57 ◦ blue 28

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

Shades of Rust #B3391C

Tints of Rust #B3391C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.59%

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 67.8%
G = 21.59%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3391C (or 0xB3391C) is known color: Rust. HEX triplet: B3, 39 and 1C. RGB value is (179,57,28). Sum of RGB (Red+Green+Blue) = 179+57+28=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B3391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3391C is #4CC6E3. Grayscale: #5A5A5A. Windows color (decimal): -5031652 or 1849779. OLE color: 1849779.

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

Color convert

RGB 179 57 28 -
CMYK 0 0.68 0.84 0.30
HSL 11.52º 0.73% 0.41% -
HSV(B) 11.52º 0.84% 0.7% -
XYZ 20.26 12.59 2.46 -
YUV 90.17 92.92 191.36 -
System Red Green Blue C M Y K H S L
Decimal 179 57 28 0 0.68 0.84 0.30 11.52 0.73 0.41
Hex B3 39 1C 0 44 54 1E C 49 29
Octal 263 71 34 0 104 124 36 14 111 51
Binary 10110011 111001 11100 0 1000100 1010100 11110 1100 1001001 101001

Color Harmonies of #B3391C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3391C

Black with #B3391C

Text Example


Text Example

White with #B3391C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3391C; }

 p { color: rgb(179,57,28); }

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

background-color css

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

 a { background-color: rgb(179,57,28); }

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

border-color css

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

 span { border-color: rgb(179,57,28); }

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