Html Css Color HEX #B0340B Rust

📋 copy color: '#B0340B'

red 176 ◦ green 52 ◦ blue 11

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

Shades of Rust #B0340B

Tints of Rust #B0340B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

 BLUE value IS 11 (4.69% from 255) = 4.6%

R = 73.64%
G = 21.76%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0340B (or 0xB0340B) is known color: Rust. HEX triplet: B0, 34 and 0B. RGB value is (176,52,11). Sum of RGB (Red+Green+Blue) = 176+52+11=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B0340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0340B is #4FCBF4. Grayscale: #545454. Windows color (decimal): -5229557 or 734384. OLE color: 734384.

HSL color Cylindrical-coordinate representation of color #B0340B: hue angle of 14.91º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0340B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 52 11 -
CMYK 0 0.70 0.94 0.31
HSL 14.91º 0.88% 0.37% -
HSV(B) 14.91º 0.94% 0.69% -
XYZ 19.19 11.71 1.57 -
YUV 84.4 86.58 193.33 -
System Red Green Blue C M Y K H S L
Decimal 176 52 11 0 0.70 0.94 0.31 14.91 0.88 0.37
Hex B0 34 B 0 46 5E 1F F 58 25
Octal 260 64 13 0 106 136 37 17 130 45
Binary 10110000 110100 1011 0 1000110 1011110 11111 1111 1011000 100101

Color Harmonies of #B0340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0340B

Black with #B0340B

Text Example


Text Example

White with #B0340B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0340B; }

 p { color: rgb(176,52,11); }

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

background-color css

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

 a { background-color: rgb(176,52,11); }

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

border-color css

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

 span { border-color: rgb(176,52,11); }

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