Html Css Color HEX #B34500 Rust

📋 copy color: '#B34500'

red 179 ◦ green 69 ◦ blue 0

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

Shades of Rust #B34500

Tints of Rust #B34500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.18%
G = 27.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B34500 (or 0xB34500) is known color: Rust. HEX triplet: B3, 45 and 00. RGB value is (179,69,0). Sum of RGB (Red+Green+Blue) = 179+69+0=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B34500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34500 is #4CBAFF. Grayscale: #5E5E5E. Windows color (decimal): -5028608 or 17843. OLE color: 17843.

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

Color convert

RGB 179 69 0 -
CMYK 0 0.61 1 0.30
HSL 23.13º 1% 0.35% -
HSV(B) 23.13º 1% 0.7% -
XYZ 20.72 13.84 1.58 -
YUV 94.02 74.94 188.61 -
System Red Green Blue C M Y K H S L
Decimal 179 69 0 0 0.61 1 0.30 23.13 1 0.35
Hex B3 45 0 0 3D 64 1E 17 64 23
Octal 263 105 0 0 75 144 36 27 144 43
Binary 10110011 1000101 0 0 111101 1100100 11110 10111 1100100 100011

Color Harmonies of #B34500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34500

Black with #B34500

Text Example


Text Example

White with #B34500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34500; }

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

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

background-color css

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

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

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

border-color css

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

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

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