Html Css Color HEX #B34117 Rust

📋 copy color: '#B34117'

red 179 ◦ green 65 ◦ blue 23

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

Shades of Rust #B34117

Tints of Rust #B34117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.61%

R = 67.04%
G = 24.34%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B34117 (or 0xB34117) is known color: Rust. HEX triplet: B3, 41 and 17. RGB value is (179,65,23). Sum of RGB (Red+Green+Blue) = 179+65+23=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B34117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34117 is #4CBEE8. Grayscale: #5E5E5E. Windows color (decimal): -5029609 or 1524147. OLE color: 1524147.

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

Color convert

RGB 179 65 23 -
CMYK 0 0.64 0.87 0.30
HSL 16.15º 0.77% 0.4% -
HSV(B) 16.15º 0.87% 0.7% -
XYZ 20.64 13.43 2.31 -
YUV 94.3 87.77 188.42 -
System Red Green Blue C M Y K H S L
Decimal 179 65 23 0 0.64 0.87 0.30 16.15 0.77 0.4
Hex B3 41 17 0 40 57 1E 10 4D 28
Octal 263 101 27 0 100 127 36 20 115 50
Binary 10110011 1000001 10111 0 1000000 1010111 11110 10000 1001101 101000

Color Harmonies of #B34117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34117

Black with #B34117

Text Example


Text Example

White with #B34117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34117; }

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

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

background-color css

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

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

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

border-color css

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

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

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