Html Css Color HEX #B34605 Rust

📋 copy color: '#B34605'

red 179 ◦ green 70 ◦ blue 5

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

Shades of Rust #B34605

Tints of Rust #B34605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.97%

R = 70.47%
G = 27.56%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B34605 (or 0xB34605) is known color: Rust. HEX triplet: B3, 46 and 05. RGB value is (179,70,5). Sum of RGB (Red+Green+Blue) = 179+70+5=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B34605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34605 is #4CB9FA. Grayscale: #5F5F5F. Windows color (decimal): -5028347 or 345779. OLE color: 345779.

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

Color convert

RGB 179 70 5 -
CMYK 0 0.61 0.97 0.30
HSL 22.41º 0.95% 0.36% -
HSV(B) 22.41º 0.97% 0.7% -
XYZ 20.81 13.97 1.74 -
YUV 95.18 77.11 187.79 -
System Red Green Blue C M Y K H S L
Decimal 179 70 5 0 0.61 0.97 0.30 22.41 0.95 0.36
Hex B3 46 5 0 3D 61 1E 16 5F 24
Octal 263 106 5 0 75 141 36 26 137 44
Binary 10110011 1000110 101 0 111101 1100001 11110 10110 1011111 100100

Color Harmonies of #B34605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34605

Black with #B34605

Text Example


Text Example

White with #B34605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34605; }

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

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

background-color css

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

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

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

border-color css

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

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

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