Html Css Color HEX #B34C0F Rust

📋 copy color: '#B34C0F'

red 179 ◦ green 76 ◦ blue 15

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

Shades of Rust #B34C0F

Tints of Rust #B34C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

 BLUE value IS 15 (6.25% from 255) = 5.56%

R = 66.3%
G = 28.15%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B34C0F (or 0xB34C0F) is known color: Rust. HEX triplet: B3, 4C and 0F. RGB value is (179,76,15). Sum of RGB (Red+Green+Blue) = 179+76+15=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34C0F is #4CB3F0. Grayscale: #646464. Windows color (decimal): -5026801 or 1002675. OLE color: 1002675.

HSL color Cylindrical-coordinate representation of color #B34C0F: hue angle of 22.32º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B34C0F is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 76 15 -
CMYK 0 0.58 0.92 0.30
HSL 22.32º 0.85% 0.38% -
HSV(B) 22.32º 0.92% 0.7% -
XYZ 21.26 14.79 2.19 -
YUV 99.84 80.12 184.46 -
System Red Green Blue C M Y K H S L
Decimal 179 76 15 0 0.58 0.92 0.30 22.32 0.85 0.38
Hex B3 4C F 0 3A 5C 1E 16 55 26
Octal 263 114 17 0 72 134 36 26 125 46
Binary 10110011 1001100 1111 0 111010 1011100 11110 10110 1010101 100110

Color Harmonies of #B34C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C0F

Black with #B34C0F

Text Example


Text Example

White with #B34C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C0F; }

 p { color: rgb(179,76,15); }

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

background-color css

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

 a { background-color: rgb(179,76,15); }

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

border-color css

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

 span { border-color: rgb(179,76,15); }

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