Html Css Color HEX #B34105 Rust

📋 copy color: '#B34105'

red 179 ◦ green 65 ◦ blue 5

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

Shades of Rust #B34105

Tints of Rust #B34105

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

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

R = 71.89%
G = 26.1%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B34105 (or 0xB34105) is known color: Rust. HEX triplet: B3, 41 and 05. RGB value is (179,65,5). Sum of RGB (Red+Green+Blue) = 179+65+5=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B34105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34105 is #4CBEFA. Grayscale: #5C5C5C. Windows color (decimal): -5029627 or 344499. OLE color: 344499.

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

Color convert

RGB 179 65 5 -
CMYK 0 0.64 0.97 0.30
HSL 20.69º 0.95% 0.36% -
HSV(B) 20.69º 0.97% 0.7% -
XYZ 20.51 13.38 1.64 -
YUV 92.25 78.77 189.88 -
System Red Green Blue C M Y K H S L
Decimal 179 65 5 0 0.64 0.97 0.30 20.69 0.95 0.36
Hex B3 41 5 0 40 61 1E 15 5F 24
Octal 263 101 5 0 100 141 36 25 137 44
Binary 10110011 1000001 101 0 1000000 1100001 11110 10101 1011111 100100

Color Harmonies of #B34105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34105

Black with #B34105

Text Example


Text Example

White with #B34105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34105; }

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

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

background-color css

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

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

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

border-color css

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

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

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