Html Css Color HEX #B34205 Rust

📋 copy color: '#B34205'

red 179 ◦ green 66 ◦ blue 5

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

Shades of Rust #B34205

Tints of Rust #B34205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.4%

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

R = 71.6%
G = 26.4%
B = 2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B34205 (or 0xB34205) is known color: Rust. HEX triplet: B3, 42 and 05. RGB value is (179,66,5). Sum of RGB (Red+Green+Blue) = 179+66+5=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B34205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34205 is #4CBDFA. Grayscale: #5D5D5D. Windows color (decimal): -5029371 or 344755. OLE color: 344755.

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

Color convert

RGB 179 66 5 -
CMYK 0 0.63 0.97 0.30
HSL 21.03º 0.95% 0.36% -
HSV(B) 21.03º 0.97% 0.7% -
XYZ 20.57 13.49 1.66 -
YUV 92.83 78.44 189.46 -
System Red Green Blue C M Y K H S L
Decimal 179 66 5 0 0.63 0.97 0.30 21.03 0.95 0.36
Hex B3 42 5 0 3F 61 1E 15 5F 24
Octal 263 102 5 0 77 141 36 25 137 44
Binary 10110011 1000010 101 0 111111 1100001 11110 10101 1011111 100100

Color Harmonies of #B34205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34205

Black with #B34205

Text Example


Text Example

White with #B34205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34205; }

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

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

background-color css

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

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

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

border-color css

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

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

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