Html Css Color HEX #B34F00 Rust

📋 copy color: '#B34F00'

red 179 ◦ green 79 ◦ blue 0

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

Shades of Rust #B34F00

Tints of Rust #B34F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.38%
G = 30.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B34F00 (or 0xB34F00) is known color: Rust. HEX triplet: B3, 4F and 00. RGB value is (179,79,0). Sum of RGB (Red+Green+Blue) = 179+79+0=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34F00 is #4CB0FF. Grayscale: #646464. Windows color (decimal): -5026048 or 20403. OLE color: 20403.

HSL color Cylindrical-coordinate representation of color #B34F00: hue angle of 26.48º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B34F00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 79 0 -
CMYK 0 0.56 1 0.30
HSL 26.48º 1% 0.35% -
HSV(B) 26.48º 1% 0.7% -
XYZ 21.39 15.18 1.8 -
YUV 99.89 71.63 184.42 -
System Red Green Blue C M Y K H S L
Decimal 179 79 0 0 0.56 1 0.30 26.48 1 0.35
Hex B3 4F 0 0 38 64 1E 1A 64 23
Octal 263 117 0 0 70 144 36 32 144 43
Binary 10110011 1001111 0 0 111000 1100100 11110 11010 1100100 100011

Color Harmonies of #B34F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34F00

Black with #B34F00

Text Example


Text Example

White with #B34F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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