Html Css Color HEX #B34C17 Rust

📋 copy color: '#B34C17'

red 179 ◦ green 76 ◦ blue 23

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

Shades of Rust #B34C17

Tints of Rust #B34C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.34%

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

R = 64.39%
G = 27.34%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B34C17 (or 0xB34C17) is known color: Rust. HEX triplet: B3, 4C and 17. RGB value is (179,76,23). Sum of RGB (Red+Green+Blue) = 179+76+23=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34C17 is #4CB3E8. Grayscale: #656565. Windows color (decimal): -5026793 or 1526963. OLE color: 1526963.

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

Color convert

RGB 179 76 23 -
CMYK 0 0.58 0.87 0.30
HSL 20.38º 0.77% 0.4% -
HSV(B) 20.38º 0.87% 0.7% -
XYZ 21.33 14.81 2.55 -
YUV 100.76 84.12 183.81 -
System Red Green Blue C M Y K H S L
Decimal 179 76 23 0 0.58 0.87 0.30 20.38 0.77 0.4
Hex B3 4C 17 0 3A 57 1E 14 4D 28
Octal 263 114 27 0 72 127 36 24 115 50
Binary 10110011 1001100 10111 0 111010 1010111 11110 10100 1001101 101000

Color Harmonies of #B34C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C17

Black with #B34C17

Text Example


Text Example

White with #B34C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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