Html Css Color HEX #B34D0B Rust

📋 copy color: '#B34D0B'

red 179 ◦ green 77 ◦ blue 11

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

Shades of Rust #B34D0B

Tints of Rust #B34D0B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.84%

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

R = 67.04%
G = 28.84%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B34D0B (or 0xB34D0B) is known color: Rust. HEX triplet: B3, 4D and 0B. RGB value is (179,77,11). Sum of RGB (Red+Green+Blue) = 179+77+11=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34D0B is #4CB2F4. Grayscale: #646464. Windows color (decimal): -5026549 or 740787. OLE color: 740787.

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

Color convert

RGB 179 77 11 -
CMYK 0 0.57 0.94 0.30
HSL 23.57º 0.88% 0.37% -
HSV(B) 23.57º 0.94% 0.7% -
XYZ 21.3 14.92 2.07 -
YUV 99.97 77.79 184.37 -
System Red Green Blue C M Y K H S L
Decimal 179 77 11 0 0.57 0.94 0.30 23.57 0.88 0.37
Hex B3 4D B 0 39 5E 1E 18 58 25
Octal 263 115 13 0 71 136 36 30 130 45
Binary 10110011 1001101 1011 0 111001 1011110 11110 11000 1011000 100101

Color Harmonies of #B34D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34D0B

Black with #B34D0B

Text Example


Text Example

White with #B34D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34D0B; }

 p { color: rgb(179,77,11); }

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

background-color css

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

 a { background-color: rgb(179,77,11); }

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

border-color css

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

 span { border-color: rgb(179,77,11); }

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