Html Css Color HEX #B34F0E Rust

📋 copy color: '#B34F0E'

red 179 ◦ green 79 ◦ blue 14

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

Shades of Rust #B34F0E

Tints of Rust #B34F0E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.04%

 BLUE value IS 14 (5.86% from 255) = 5.15%

R = 65.81%
G = 29.04%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B34F0E (or 0xB34F0E) is known color: Rust. HEX triplet: B3, 4F and 0E. RGB value is (179,79,14). Sum of RGB (Red+Green+Blue) = 179+79+14=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34F0E is #4CB0F1. Grayscale: #656565. Windows color (decimal): -5026034 or 937907. OLE color: 937907.

HSL color Cylindrical-coordinate representation of color #B34F0E: hue angle of 23.64º 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 #B34F0E is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 79 14 -
CMYK 0 0.56 0.92 0.30
HSL 23.64º 0.85% 0.38% -
HSV(B) 23.64º 0.92% 0.7% -
XYZ 21.47 15.21 2.22 -
YUV 101.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 179 79 14 0 0.56 0.92 0.30 23.64 0.85 0.38
Hex B3 4F E 0 38 5C 1E 18 55 26
Octal 263 117 16 0 70 134 36 30 125 46
Binary 10110011 1001111 1110 0 111000 1011100 11110 11000 1010101 100110

Color Harmonies of #B34F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34F0E

Black with #B34F0E

Text Example


Text Example

White with #B34F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34F0E; }

 p { color: rgb(179,79,14); }

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

background-color css

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

 a { background-color: rgb(179,79,14); }

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

border-color css

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

 span { border-color: rgb(179,79,14); }

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