Html Css Color HEX #B34C11 Rust

📋 copy color: '#B34C11'

red 179 ◦ green 76 ◦ blue 17

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

Shades of Rust #B34C11

Tints of Rust #B34C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.25%

R = 65.81%
G = 27.94%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B34C11 (or 0xB34C11) is known color: Rust. HEX triplet: B3, 4C and 11. RGB value is (179,76,17). Sum of RGB (Red+Green+Blue) = 179+76+17=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34C11 is #4CB3EE. Grayscale: #646464. Windows color (decimal): -5026799 or 1133747. OLE color: 1133747.

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

Color convert

RGB 179 76 17 -
CMYK 0 0.58 0.91 0.30
HSL 21.85º 0.83% 0.38% -
HSV(B) 21.85º 0.91% 0.7% -
XYZ 21.28 14.79 2.26 -
YUV 100.07 81.12 184.3 -
System Red Green Blue C M Y K H S L
Decimal 179 76 17 0 0.58 0.91 0.30 21.85 0.83 0.38
Hex B3 4C 11 0 3A 5B 1E 16 53 26
Octal 263 114 21 0 72 133 36 26 123 46
Binary 10110011 1001100 10001 0 111010 1011011 11110 10110 1010011 100110

Color Harmonies of #B34C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C11

Black with #B34C11

Text Example


Text Example

White with #B34C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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