Html Css Color HEX #B34513 Rust

📋 copy color: '#B34513'

red 179 ◦ green 69 ◦ blue 19

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

Shades of Rust #B34513

Tints of Rust #B34513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

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

R = 67.04%
G = 25.84%
B = 7.12%

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

#B34513 (or 0xB34513) is known color: Rust. HEX triplet: B3, 45 and 13. RGB value is (179,69,19). Sum of RGB (Red+Green+Blue) = 179+69+19=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B34513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34513 is #4CBAEC. Grayscale: #606060. Windows color (decimal): -5028589 or 1263027. OLE color: 1263027.

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

Color convert

RGB 179 69 19 -
CMYK 0 0.61 0.89 0.30
HSL 18.75º 0.81% 0.39% -
HSV(B) 18.75º 0.89% 0.7% -
XYZ 20.84 13.89 2.2 -
YUV 96.19 84.44 187.07 -
System Red Green Blue C M Y K H S L
Decimal 179 69 19 0 0.61 0.89 0.30 18.75 0.81 0.39
Hex B3 45 13 0 3D 59 1E 13 51 27
Octal 263 105 23 0 75 131 36 23 121 47
Binary 10110011 1000101 10011 0 111101 1011001 11110 10011 1010001 100111

Color Harmonies of #B34513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34513

Black with #B34513

Text Example


Text Example

White with #B34513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34513; }

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

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

background-color css

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

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

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

border-color css

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

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

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