Html Css Color HEX #B34108 Rust

📋 copy color: '#B34108'

red 179 ◦ green 65 ◦ blue 8

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

Shades of Rust #B34108

Tints of Rust #B34108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.17%

R = 71.03%
G = 25.79%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B34108 (or 0xB34108) is known color: Rust. HEX triplet: B3, 41 and 08. RGB value is (179,65,8). Sum of RGB (Red+Green+Blue) = 179+65+8=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B34108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34108 is #4CBEF7. Grayscale: #5C5C5C. Windows color (decimal): -5029624 or 541107. OLE color: 541107.

HSL color Cylindrical-coordinate representation of color #B34108: hue angle of 20º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B34108 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 65 8 -
CMYK 0 0.64 0.96 0.30
HSL 20º 0.91% 0.37% -
HSV(B) 20º 0.96% 0.7% -
XYZ 20.52 13.38 1.73 -
YUV 92.59 80.27 189.63 -
System Red Green Blue C M Y K H S L
Decimal 179 65 8 0 0.64 0.96 0.30 20 0.91 0.37
Hex B3 41 8 0 40 60 1E 14 5B 25
Octal 263 101 10 0 100 140 36 24 133 45
Binary 10110011 1000001 1000 0 1000000 1100000 11110 10100 1011011 100101

Color Harmonies of #B34108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34108

Black with #B34108

Text Example


Text Example

White with #B34108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34108; }

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

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

background-color css

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

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

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

border-color css

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

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

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