Html Css Color HEX #B34615 Rust

📋 copy color: '#B34615'

red 179 ◦ green 70 ◦ blue 21

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

Shades of Rust #B34615

Tints of Rust #B34615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.78%

R = 66.3%
G = 25.93%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B34615 (or 0xB34615) is known color: Rust. HEX triplet: B3, 46 and 15. RGB value is (179,70,21). Sum of RGB (Red+Green+Blue) = 179+70+21=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B34615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34615 is #4CB9EA. Grayscale: #616161. Windows color (decimal): -5028331 or 1394355. OLE color: 1394355.

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

Color convert

RGB 179 70 21 -
CMYK 0 0.61 0.88 0.30
HSL 18.61º 0.79% 0.39% -
HSV(B) 18.61º 0.88% 0.7% -
XYZ 20.92 14.02 2.31 -
YUV 97.01 85.11 186.48 -
System Red Green Blue C M Y K H S L
Decimal 179 70 21 0 0.61 0.88 0.30 18.61 0.79 0.39
Hex B3 46 15 0 3D 58 1E 13 4F 27
Octal 263 106 25 0 75 130 36 23 117 47
Binary 10110011 1000110 10101 0 111101 1011000 11110 10011 1001111 100111

Color Harmonies of #B34615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34615

Black with #B34615

Text Example


Text Example

White with #B34615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34615; }

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

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

background-color css

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

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

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

border-color css

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

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

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