Html Css Color HEX #B34F0B Rust

📋 copy color: '#B34F0B'

red 179 ◦ green 79 ◦ blue 11

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

Shades of Rust #B34F0B

Tints of Rust #B34F0B

RGB

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

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

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

R = 66.54%
G = 29.37%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B34F0B (or 0xB34F0B) is known color: Rust. HEX triplet: B3, 4F and 0B. RGB value is (179,79,11). Sum of RGB (Red+Green+Blue) = 179+79+11=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34F0B is #4CB0F4. Grayscale: #656565. Windows color (decimal): -5026037 or 741299. OLE color: 741299.

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

Color convert

RGB 179 79 11 -
CMYK 0 0.56 0.94 0.30
HSL 24.29º 0.88% 0.37% -
HSV(B) 24.29º 0.94% 0.7% -
XYZ 21.45 15.2 2.12 -
YUV 101.15 77.13 183.53 -
System Red Green Blue C M Y K H S L
Decimal 179 79 11 0 0.56 0.94 0.30 24.29 0.88 0.37
Hex B3 4F B 0 38 5E 1E 18 58 25
Octal 263 117 13 0 70 136 36 30 130 45
Binary 10110011 1001111 1011 0 111000 1011110 11110 11000 1011000 100101

Color Harmonies of #B34F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34F0B

Black with #B34F0B

Text Example


Text Example

White with #B34F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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