Html Css Color HEX #B34613 Rust

📋 copy color: '#B34613'

red 179 ◦ green 70 ◦ blue 19

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

Shades of Rust #B34613

Tints of Rust #B34613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.12%

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

R = 66.79%
G = 26.12%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B34613 (or 0xB34613) is known color: Rust. HEX triplet: B3, 46 and 13. RGB value is (179,70,19). Sum of RGB (Red+Green+Blue) = 179+70+19=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B34613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34613 is #4CB9EC. Grayscale: #616161. Windows color (decimal): -5028333 or 1263283. OLE color: 1263283.

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

Color convert

RGB 179 70 19 -
CMYK 0 0.61 0.89 0.30
HSL 19.13º 0.81% 0.39% -
HSV(B) 19.13º 0.89% 0.7% -
XYZ 20.9 14.01 2.22 -
YUV 96.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 179 70 19 0 0.61 0.89 0.30 19.13 0.81 0.39
Hex B3 46 13 0 3D 59 1E 13 51 27
Octal 263 106 23 0 75 131 36 23 121 47
Binary 10110011 1000110 10011 0 111101 1011001 11110 10011 1010001 100111

Color Harmonies of #B34613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34613

Black with #B34613

Text Example


Text Example

White with #B34613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34613; }

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

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

background-color css

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

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

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

border-color css

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

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

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