Html Css Color HEX #B34F13 Rust

📋 copy color: '#B34F13'

red 179 ◦ green 79 ◦ blue 19

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

Shades of Rust #B34F13

Tints of Rust #B34F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 64.62%
G = 28.52%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B34F13 (or 0xB34F13) is known color: Rust. HEX triplet: B3, 4F and 13. RGB value is (179,79,19). Sum of RGB (Red+Green+Blue) = 179+79+19=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34F13 is #4CB0EC. Grayscale: #666666. Windows color (decimal): -5026029 or 1265587. OLE color: 1265587.

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

Color convert

RGB 179 79 19 -
CMYK 0 0.56 0.89 0.30
HSL 22.5º 0.81% 0.39% -
HSV(B) 22.5º 0.89% 0.7% -
XYZ 21.5 15.22 2.42 -
YUV 102.06 81.13 182.88 -
System Red Green Blue C M Y K H S L
Decimal 179 79 19 0 0.56 0.89 0.30 22.5 0.81 0.39
Hex B3 4F 13 0 38 59 1E 16 51 27
Octal 263 117 23 0 70 131 36 26 121 47
Binary 10110011 1001111 10011 0 111000 1011001 11110 10110 1010001 100111

Color Harmonies of #B34F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34F13

Black with #B34F13

Text Example


Text Example

White with #B34F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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