Html Css Color HEX #B0391B Rust

📋 copy color: '#B0391B'

red 176 ◦ green 57 ◦ blue 27

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

Shades of Rust #B0391B

Tints of Rust #B0391B

RGB

 RED value IS 176 (69.14% from 255) = 67.69%

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

 BLUE value IS 27 (10.94% from 255) = 10.38%

R = 67.69%
G = 21.92%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0391B (or 0xB0391B) is known color: Rust. HEX triplet: B0, 39 and 1B. RGB value is (176,57,27). Sum of RGB (Red+Green+Blue) = 176+57+27=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B0391B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0391B is #4FC6E4. Grayscale: #595959. Windows color (decimal): -5228261 or 1784240. OLE color: 1784240.

HSL color Cylindrical-coordinate representation of color #B0391B: hue angle of 12.08º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0391B is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 27 -
CMYK 0 0.68 0.85 0.31
HSL 12.08º 0.73% 0.4% -
HSV(B) 12.08º 0.85% 0.69% -
XYZ 19.57 12.24 2.37 -
YUV 89.16 92.92 189.94 -
System Red Green Blue C M Y K H S L
Decimal 176 57 27 0 0.68 0.85 0.31 12.08 0.73 0.4
Hex B0 39 1B 0 44 55 1F C 49 28
Octal 260 71 33 0 104 125 37 14 111 50
Binary 10110000 111001 11011 0 1000100 1010101 11111 1100 1001001 101000

Color Harmonies of #B0391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0391B

Black with #B0391B

Text Example


Text Example

White with #B0391B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0391B; }

 p { color: rgb(176,57,27); }

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

background-color css

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

 a { background-color: rgb(176,57,27); }

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

border-color css

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

 span { border-color: rgb(176,57,27); }

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